reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5137 assert(!LHS->getType()->isVectorTy() && "TODO: extend to handle vectors!"); 5138 if (ICmpInst::isTrueWhenEqual(Pred) && LHS == RHS) 5149 if (match(RHS, m_NSWAdd(m_Specific(LHS), m_APInt(C)))) 5158 if (match(RHS, m_NUWAdd(m_Specific(LHS), m_APInt(C)))) 5184 if (MatchNUWAddsToSameValue(LHS, RHS, X, CLHS, CRHS))