Home
last modified time | relevance | path

Searched refs:m_UDiv (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPatternMatch.h328 m_UDiv(const LHS &L, const RHS &R) { in m_UDiv() function
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp1040 if (!isSigned && match(Op0, m_UDiv(m_Value(X), m_ConstantInt(C1))) && in SimplifyDiv()
2313 } else if (match(LHS, m_UDiv(m_ConstantInt(CI2), m_Value()))) { in SimplifyICmpInst()
2316 } else if (match(LHS, m_UDiv(m_Value(), m_ConstantInt(CI2)))) { in SimplifyICmpInst()
2827 match(LBO, m_UDiv(m_Specific(RHS), m_Value())))) { in SimplifyICmpInst()
DValueTracking.cpp1579 match(V, m_Exact(m_UDiv(m_Value(), m_Value())))) { in isKnownToBeAPowerOfTwo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp1043 (!IsSigned && match(X, m_UDiv(m_Value(), m_Specific(Op1))))) in simplifyDiv()
1054 if (!IsSigned && match(Op0, m_UDiv(m_Value(X), m_ConstantInt(C1))) && in simplifyDiv()
2881 match(LBO, m_UDiv(m_Specific(RHS), m_Value())))) { in simplifyICmpWithBinOp()
2892 match(RBO, m_UDiv(m_Specific(LHS), m_Value())))) { in simplifyICmpWithBinOp()
DValueTracking.cpp1756 match(V, m_Exact(m_UDiv(m_Value(), m_Value())))) { in isKnownToBeAPowerOfTwo()
/external/llvm/include/llvm/IR/
DPatternMatch.h470 inline BinaryOp_match<LHS, RHS, Instruction::UDiv> m_UDiv(const LHS &L, in m_UDiv() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp826 (!IsSigned && match(LHS, m_UDiv(m_Value(X), m_APInt(C1))))) { in commonIDivTransforms()
DInstCombineCompares.cpp3630 match(Op0, m_UDiv(m_Value(A), m_Value(B)))) { in visitICmpInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp680 (!IsSigned && match(Op0, m_UDiv(m_Value(X), m_APInt(C1))))) { in commonIDivTransforms()
DInstCombineAddSub.cpp1049 if (match(E, m_UDiv(m_Value(Op), m_APInt(AI)))) { in MatchDiv()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DValueTracking.cpp745 match(V, m_UDiv(m_Value(), m_Value()))) { in isPowerOfTwo()
DInstructionSimplify.cpp1567 } else if (match(LHS, m_UDiv(m_Value(), m_ConstantInt(CI2)))) { in SimplifyICmpInst()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPatternMatch.h682 inline BinaryOp_match<LHS, RHS, Instruction::UDiv> m_UDiv(const LHS &L, in m_UDiv() function