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

  /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...]
  /external/vixl/src/
utils-vixl.h 443 inline bool IsMultiple(T value) {
449 inline bool IsMultiple(T value, unsigned multiple) {
  /external/vixl/src/aarch32/
instructions-aarch32.h 724 VIXL_ASSERT(IsSingleSpaced() || IsMultiple(range, 2));
741 VIXL_ASSERT(IsSingleSpaced() || IsMultiple(range, 2));
    [all...]
  /external/vixl/test/aarch32/
test-assembler-aarch32.cc     [all...]
  /external/vixl/src/aarch64/
assembler-aarch64.cc     [all...]
assembler-aarch64.h     [all...]

Completed in 770 milliseconds