Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2051 const APInt &RHSOffsetValue = RHSOffsetCI->getValue(); in computePointerICmp() local
2053 !RHSOffsetValue.isNegative() && in computePointerICmp()
2055 RHSOffsetValue.ult(RHSSize)) { in computePointerICmp()