Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:AddRHS

2205   ConstantInt *AddRHS = nullptr;
2206 if (match(Cond, m_Add(m_Value(), m_ConstantInt(AddRHS)))) {
2218 Constant *NewCaseVal = ConstantExpr::getSub(LHS, AddRHS);