Searched refs:m_URem (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | InstructionSimplify.cpp | 1075 (!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()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombineMulDivRem.cpp | 788 (!IsSigned && match(Z, m_URem(m_Specific(X), m_Specific(Op1))))) in commonIDivTransforms()
|
| HD | InstCombineAddSub.cpp | 981 if (match(E, m_URem(m_Value(Op), m_APInt(AI)))) { in MatchRem()
|
| HD | InstCombineCompares.cpp | 1417 if (match(Cmp.getOperand(0), m_URem(m_Value(X), m_Value(Y))) && in foldICmpWithZero()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | PatternMatch.h | 881 inline BinaryOp_match<LHS, RHS, Instruction::URem> m_URem(const LHS &L, in m_URem() function
|