HomeSort by relevance Sort by last modified time
    Searched defs:IsMultiple (Results 1 - 2 of 2) sorted by null

  /external/vixl/src/
utils-vixl.h 443 inline bool IsMultiple(T value) {
449 inline bool IsMultiple(T value, unsigned multiple) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 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)) {
    [all...]

Completed in 498 milliseconds