Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2518 const APInt &LHSOffsetValue = LHSOffsetCI->getValue(); in computePointerICmp() local
2520 if (!LHSOffsetValue.isNegative() && in computePointerICmp()
2522 LHSOffsetValue.ult(LHSSize) && in computePointerICmp()