Searched refs:IsMultiple (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 93 static bool IsMultiple(const APInt &C1, const APInt &C2, APInt &Quotient, function 814 if (IsMultiple(*C2, *C1, Quotient, IsSigned)) { 822 if (IsMultiple(*C1, *C2, Quotient, IsSigned)) { 842 if (IsMultiple(*C2, C1Shifted, Quotient, IsSigned)) { 850 if (IsMultiple(C1Shifted, *C2, Quotient, IsSigned)) {
|
Completed in 48 milliseconds