|
llvm::Value & | getValueRead () const |
|
llvm::Value & | getObject () const override |
|
llvm::Use & | getObjectAsUse () const override |
|
std::string | toString () const override |
|
Type & | getObjectType () const |
|
Type & | getElementType () const |
|
llvm::iterator_range< index_iterator > | indices () |
|
index_iterator | indices_begin () |
|
index_iterator | indices_end () |
|
llvm::iterator_range< const_index_iterator > | indices () const |
|
const_index_iterator | indices_begin () const |
|
const_index_iterator | indices_end () const |
|
llvm::iterator_range< index_op_iterator > | index_operands () |
|
index_op_iterator | index_operands_begin () |
|
index_op_iterator | index_operands_end () |
|
llvm::iterator_range< const_index_op_iterator > | index_operands () const |
|
const_index_op_iterator | index_operands_begin () const |
|
const_index_op_iterator | index_operands_end () const |
|
Option< size_t > | match_offsets (llvm::ArrayRef< unsigned > offsets) const |
|
llvm::Function & | getCalledFunction () const |
|
llvm::Module * | getModule () const |
|
llvm::Function * | getFunction () const |
|
llvm::BasicBlock * | getParent () const |
|
llvm::CallInst & | getCallInst () const |
|
llvm::Value & | asValue () const |
|
MemOIR_Func | getKind () const |
|
bool | has_keywords () const |
|
template<typename KeywordTy > |
std::optional< KeywordTy > | get_keyword () const |
|
llvm::iterator_range< keyword_iterator > | keywords () const |
|
keyword_iterator | kw_begin () const |
|
keyword_iterator | kw_end () const |
|
| operator llvm::Value * () |
|
| operator llvm::Value & () |
|
| operator llvm::Instruction * () |
|
| operator llvm::Instruction & () |
|
|
| ReadInst (llvm::CallInst &call_inst) |
|
| AccessInst (llvm::CallInst &call_inst) |
|
| MemOIRInst (llvm::CallInst &call_inst) |
|
|
using | index_iterator = llvm::User::value_op_iterator |
|
using | const_index_iterator = llvm::User::const_value_op_iterator |
|
using | index_op_iterator = llvm::User::op_iterator |
|
using | const_index_op_iterator = llvm::User::const_op_iterator |
|
llvm::CallInst & | call_inst |
|
static Map< llvm::Instruction *, MemOIRInst * > * | llvm_to_memoir = nullptr |
|
The documentation for this struct was generated from the following file: