LLVM 18.0.0git
|
Functions in this group only apply to instructions that map to llvm::GetElementPtrInst instances. More...
Functions | |
LLVMBool | LLVMIsInBounds (LLVMValueRef GEP) |
Check whether the given GEP operator is inbounds. | |
void | LLVMSetIsInBounds (LLVMValueRef GEP, LLVMBool InBounds) |
Set the given GEP instruction to be inbounds or not. | |
LLVMTypeRef | LLVMGetGEPSourceElementType (LLVMValueRef GEP) |
Get the source element type of the given GEP operator. | |
Functions in this group only apply to instructions that map to llvm::GetElementPtrInst instances.
LLVMTypeRef LLVMGetGEPSourceElementType | ( | LLVMValueRef | GEP | ) |
Get the source element type of the given GEP operator.
Definition at line 2957 of file Core.cpp.
References GEP, and llvm::wrap().
LLVMBool LLVMIsInBounds | ( | LLVMValueRef | GEP | ) |
void LLVMSetIsInBounds | ( | LLVMValueRef | GEP, |
LLVMBool | InBounds | ||
) |