Home
last modified time | relevance | path

Searched defs:isInBounds (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
H A DLocal.h37 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h474 bool isInBounds() const { in isInBounds() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp1791 bool GetElementPtrInst::isInBounds() const { in isInBounds() function in GetElementPtrInst