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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 44 if (Op1->hasOneUse() && match(Op1, m_SRem(m_Value(A), m_Power2(B)))) {
InstCombineMulDivRem.cpp 716 if ((isSigned && match(Z, m_SRem(m_Specific(X), m_Specific(Op1)))) ||
    [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 455 m_SRem(const LHS &L, const RHS &R) {
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 8731 milliseconds