Home
last modified time | relevance | path

Searched refs:stripInBoundsOffsets (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/
DValue.h286 Value *stripInBoundsOffsets();
287 const Value *stripInBoundsOffsets() const { in stripInBoundsOffsets() function
288 return const_cast<Value*>(this)->stripInBoundsOffsets(); in stripInBoundsOffsets()
/external/llvm/lib/VMCore/
DValue.cpp384 Value *Value::stripInBoundsOffsets() { in stripInBoundsOffsets() function in Value
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp1711 LHSPtr = LHSPtr->stripInBoundsOffsets(); in SimplifyICmpInst()
1713 RHSPtr = RHSPtr->stripInBoundsOffsets(); in SimplifyICmpInst()
1736 RHSPtr = RHSPtr->stripInBoundsOffsets(); in SimplifyICmpInst()