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
226 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
237 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
438 if (!isInBounds<T>(value))
453 if (!isInBounds<T>(rhs.m_value))
462 if (!isInBounds<T>(rhs.m_value))
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLayoutUnit.h210 static bool isInBounds(int value) function in class:blink::LayoutUnit
214 static bool isInBounds(unsigned value) function in class:blink::LayoutUnit
218 static bool isInBounds(double value) function in class:blink::LayoutUnit
/external/llvm/include/llvm/IR/
H A DOperator.h375 /// isInBounds - Test whether this is an inbounds GEP, as defined
377 bool isInBounds() const { function in class:llvm::GEPOperator
/external/llvm/lib/IR/
H A DInstructions.cpp1439 bool GetElementPtrInst::isInBounds() const { function in class:GetElementPtrInst
1440 return cast<GEPOperator>(this)->isInBounds();

Completed in 186 milliseconds