Home
last modified time | relevance | path

Searched refs:LHSOffsetValue (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2063 const APInt &LHSOffsetValue = LHSOffsetCI->getValue(); in computePointerICmp() local
2065 if (!LHSOffsetValue.isNegative() && in computePointerICmp()
2067 LHSOffsetValue.ult(LHSSize) && in computePointerICmp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp2234 const APInt &LHSOffsetValue = LHSOffsetCI->getValue(); in computePointerICmp() local
2236 if (!LHSOffsetValue.isNegative() && in computePointerICmp()
2238 LHSOffsetValue.ult(LHSSize) && in computePointerICmp()