LLVM
17.0.0git
|
Functions in this group only apply to instructions that map to llvm::ExtractValue and llvm::InsertValue instances. More...
Functions | |
unsigned | LLVMGetNumIndices (LLVMValueRef Inst) |
Obtain the number of indices. More... | |
const unsigned * | LLVMGetIndices (LLVMValueRef Inst) |
Obtain the indices as an array. More... | |
Functions in this group only apply to instructions that map to llvm::ExtractValue and llvm::InsertValue instances.
const unsigned* LLVMGetIndices | ( | LLVMValueRef | Inst | ) |
Obtain the indices as an array.
Definition at line 3002 of file Core.cpp.
References I, IV, llvm_unreachable, and llvm::unwrap().
unsigned LLVMGetNumIndices | ( | LLVMValueRef | Inst | ) |
Obtain the number of indices.
NB: This also works on GEP operators.
Definition at line 2990 of file Core.cpp.
References GEP, I, IV, llvm_unreachable, and llvm::unwrap().