Home
last modified time | relevance | path

Searched refs:m_URem (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp1075 (!IsSigned && match(Op0, m_URem(m_Value(), m_Specific(Op1))))) in simplifyDiv()
1119 match(Op0, m_URem(m_Value(), m_Specific(Op1))))) in simplifyRem()
2854 if (LBO && match(LBO, m_URem(m_Value(), m_Specific(RHS)))) { in simplifyICmpWithBinOp()
2884 if (RBO && match(RBO, m_URem(m_Value(), m_Specific(LHS)))) { in simplifyICmpWithBinOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp788 (!IsSigned && match(Z, m_URem(m_Specific(X), m_Specific(Op1))))) in commonIDivTransforms()
DInstCombineAddSub.cpp981 if (match(E, m_URem(m_Value(Op), m_APInt(AI)))) { in MatchRem()
DInstCombineCompares.cpp1417 if (match(Cmp.getOperand(0), m_URem(m_Value(X), m_Value(Y))) && in foldICmpWithZero()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h881 inline BinaryOp_match<LHS, RHS, Instruction::URem> m_URem(const LHS &L, in m_URem() function