Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp410 ConstantInt *RHS0, *RHS1; in widenCondCommon() local
413 if (match(Cond0, m_ICmp(Pred0, m_Value(LHS), m_ConstantInt(RHS0))) && in widenCondCommon()
417 ConstantRange::makeExactICmpRegion(Pred0, RHS0->getValue()); in widenCondCommon()