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 46 if (Op1->hasOneUse() && match(Op1, m_SRem(m_Value(A), m_Power2(B)))) {
    [all...]
InstCombineMulDivRem.cpp 900 if ((isSigned && match(Z, m_SRem(m_Specific(X), m_Specific(Op1)))) ||
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 494 inline BinaryOp_match<LHS, RHS, Instruction::SRem> m_SRem(const LHS &L,
    [all...]

Completed in 64 milliseconds