LLVM
8.0.1
|
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 instruction is inbounds. More... | |
void | LLVMSetIsInBounds (LLVMValueRef GEP, LLVMBool InBounds) |
Set the given GEP instruction to be inbounds or not. More... | |
Functions in this group only apply to instructions that map to llvm::GetElementPtrInst instances.
LLVMBool LLVMIsInBounds | ( | LLVMValueRef | GEP | ) |
void LLVMSetIsInBounds | ( | LLVMValueRef | GEP, |
LLVMBool | InBounds | ||
) |