Enzyme main
Loading...
Searching...
No Matches
GradientUtils::LoadLikeCall Struct Reference

#include "MLIR/Interfaces/GradientUtils.h"

Collaboration diagram for GradientUtils::LoadLikeCall:

Public Member Functions

 LoadLikeCall ()=default
 
 LoadLikeCall (llvm::CallInst *a, llvm::Value *b)
 

Public Attributes

llvm::CallInst * loadCall
 
llvm::Value * operand
 

Detailed Description

Definition at line 224 of file GradientUtils.h.

Constructor & Destructor Documentation

◆ LoadLikeCall() [1/2]

GradientUtils::LoadLikeCall::LoadLikeCall ( )
default

◆ LoadLikeCall() [2/2]

GradientUtils::LoadLikeCall::LoadLikeCall ( llvm::CallInst * a,
llvm::Value * b )
inline

Definition at line 228 of file GradientUtils.h.

Member Data Documentation

◆ loadCall

llvm::CallInst* GradientUtils::LoadLikeCall::loadCall

Definition at line 225 of file GradientUtils.h.

◆ operand

llvm::Value* GradientUtils::LoadLikeCall::operand

Definition at line 226 of file GradientUtils.h.


The documentation for this struct was generated from the following file: