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

/external/llvm/include/llvm/Transforms/Utils/
H A DLocal.h186 bool isInBounds = cast<GEPOperator>(GEP)->isInBounds() && !NoAssumptions; local
211 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
222 GEP->getName()+".idx", isInBounds /*NUW*/);
/external/llvm/include/llvm/
H A DOperator.h264 /// isInBounds - Test whether this is an inbounds GEP, as defined
266 bool isInBounds() const { function in class:llvm::GEPOperator
/external/llvm/lib/VMCore/
H A DInstructions.cpp1425 bool GetElementPtrInst::isInBounds() const { function in class:GetElementPtrInst
1426 return cast<GEPOperator>(this)->isInBounds();

Completed in 308 milliseconds