Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2036 const APInt &LHSOffsetValue = LHSOffsetCI->getValue(); in computePointerICmp() local
2038 if (!LHSOffsetValue.isNegative() && in computePointerICmp()
2040 LHSOffsetValue.ult(LHSSize) && in computePointerICmp()