Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2519 const APInt &RHSOffsetValue = RHSOffsetCI->getValue(); in computePointerICmp() local
2521 !RHSOffsetValue.isNegative() && in computePointerICmp()
2523 RHSOffsetValue.ult(RHSSize)) { in computePointerICmp()