Enzyme main
Loading...
Searching...
No Matches
RequestContext Struct Reference

#include "MLIR/Interfaces/EnzymeLogic.h"

Collaboration diagram for RequestContext:

Public Member Functions

 RequestContext (llvm::Instruction *req=nullptr, llvm::IRBuilder<> *ip=nullptr)
 

Public Attributes

llvm::Instruction * req
 
llvm::IRBuilder * ip
 

Detailed Description

Definition at line 310 of file EnzymeLogic.h.

Constructor & Destructor Documentation

◆ RequestContext()

RequestContext::RequestContext ( llvm::Instruction * req = nullptr,
llvm::IRBuilder<> * ip = nullptr )
inline

Definition at line 313 of file EnzymeLogic.h.

Member Data Documentation

◆ ip

llvm::IRBuilder* RequestContext::ip

Definition at line 312 of file EnzymeLogic.h.

Referenced by EmitNoDerivativeError().

◆ req

llvm::Instruction* RequestContext::req

Definition at line 311 of file EnzymeLogic.h.

Referenced by EmitNoDerivativeError().


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