Searched refs:m_Select (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
H A DPatternMatch.h758 inline SelectClass_match<Cond, LHS, RHS> m_Select(const Cond &C, const LHS &L, function in namespace:llvm::PatternMatch
768 return m_Select(C, m_ConstantInt<L>(), m_ConstantInt<R>());
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1406 if (match(LHS, m_Select(m_Value(C1), m_Value(A1), m_Value(B1))) &&
1407 match(RHS, m_Select(m_Value(C2), m_Value(A2), m_Value(B2)))) {
H A DInstCombineAndOrXor.cpp2519 match(Op0, m_Select(m_Value(X), m_Value(A), m_Value(B))) &&
2520 match(Op1, m_Select(m_Value(Y), m_Value(C), m_Value(D))) && X == Y) {
H A DInstCombineCompares.cpp2673 if (match(Op0, m_Select(m_Value(Cond), m_Value(SelectTrue),

Completed in 110 milliseconds