Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2555 const APInt &RHSOffsetValue = RHSOffsetCI->getValue(); in computePointerICmp() local
2557 !RHSOffsetValue.isNegative() && in computePointerICmp()
2559 RHSOffsetValue.ult(RHSSize)) { in computePointerICmp()