Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDInstructionSimplify.cpp2435 const APInt &LHSOffsetValue = LHSOffsetCI->getValue(); in computePointerICmp() local
2437 if (!LHSOffsetValue.isNegative() && in computePointerICmp()
2439 LHSOffsetValue.ult(LHSSize) && in computePointerICmp()