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

/external/llvm/include/llvm/Transforms/Utils/
H A DLocal.h188 bool isInBounds = cast<GEPOperator>(GEP)->isInBounds() && !NoAssumptions; local
213 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
224 GEP->getName()+".idx", isInBounds /*NUW*/);
/external/llvm/include/llvm/IR/
H A DOperator.h371 /// isInBounds - Test whether this is an inbounds GEP, as defined
373 bool isInBounds() const { function in class:llvm::GEPOperator
/external/llvm/lib/IR/
H A DInstructions.cpp1426 bool GetElementPtrInst::isInBounds() const { function in class:GetElementPtrInst
1427 return cast<GEPOperator>(this)->isInBounds();

Completed in 509 milliseconds