Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2058 ConstantInt *RHSOffsetCI = dyn_cast<ConstantInt>(RHSOffset); in computePointerICmp() local
2060 if (LHSOffsetCI && RHSOffsetCI && in computePointerICmp()
2064 const APInt &RHSOffsetValue = RHSOffsetCI->getValue(); in computePointerICmp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp2226 ConstantInt *RHSOffsetCI = dyn_cast<ConstantInt>(RHSOffset); in computePointerICmp() local
2231 if (LHSOffsetCI && RHSOffsetCI && in computePointerICmp()
2235 const APInt &RHSOffsetValue = RHSOffsetCI->getValue(); in computePointerICmp()