Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:IsMultiple

92 static bool IsMultiple(const APInt &C1, const APInt &C2, APInt &Quotient,
838 if (IsMultiple(*C2, *C1, Quotient, IsSigned)) {
846 if (IsMultiple(*C1, *C2, Quotient, IsSigned)) {
866 if (IsMultiple(*C2, C1Shifted, Quotient, IsSigned)) {
874 if (IsMultiple(C1Shifted, *C2, Quotient, IsSigned)) {