Home
last modified time | relevance | path

Searched refs:LLVMIsInBounds (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp397 if (LLVMIsInBounds(Cst)) in clone_constant_impl()
644 if (LLVMIsInBounds(Src)) in CloneInstruction()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h3545 LLVMBool LLVMIsInBounds(LLVMValueRef GEP);
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp2981 LLVMBool LLVMIsInBounds(LLVMValueRef GEP) { in LLVMIsInBounds() function