Searched refs:m_URem (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
H A DPatternMatch.h368 m_URem(const LHS &L, const RHS &R) { function in namespace:llvm::PatternMatch
/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1014 (!isSigned && match(Op0, m_URem(m_Value(), m_Specific(Op1)))))
1811 if (match(LHS, m_URem(m_Value(), m_ConstantInt(CI2)))) {
2069 if (LBO && match(LBO, m_URem(m_Value(), m_Specific(RHS)))) {
2096 if (RBO && match(RBO, m_URem(m_Value(), m_Specific(LHS)))) {
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp411 (!isSigned && match(Z, m_URem(m_Specific(X), m_Specific(Op1)))))

Completed in 59 milliseconds