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

/external/llvm/include/llvm/Transforms/Utils/
H A DLocal.h195 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions; local
221 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
232 GEP->getName()+".idx", isInBounds /*NUW*/);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DCheckedArithmetic.h171 template <typename Target, typename Source> static inline bool isInBounds(Source value) function in namespace:WTF
443 if (!isInBounds<T>(value))
458 if (!isInBounds<T>(rhs.m_value))
467 if (!isInBounds<T>(rhs.m_value))
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DLayoutUnit.h214 static bool isInBounds(int value) function in class:WebCore::LayoutUnit
218 static bool isInBounds(unsigned value) function in class:WebCore::LayoutUnit
222 static bool isInBounds(double value) function in class:WebCore::LayoutUnit
/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 891 milliseconds