Searched defs:IsMultiple (Results 1 - 2 of 2) sorted by relevance

/external/vixl/src/
H A Dutils-vixl.h443 inline bool IsMultiple(T value) { function in namespace:vixl
449 inline bool IsMultiple(T value, unsigned multiple) { function in namespace:vixl
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp92 static bool IsMultiple(const APInt &C1, const APInt &C2, APInt &Quotient, function
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)) {

Completed in 100 milliseconds