Searched defs:m_And (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DPatternMatch.h19 // if (match(Exp, m_Or(m_And(m_Value(X), m_ConstantInt(C1)),
20 // m_And(m_Value(Y), m_ConstantInt(C2))))) {
364 m_And(const LHS &L, const RHS &R) { function in namespace:llvm::PatternMatch
/external/llvm/include/llvm/IR/
H A DPatternMatch.h19 // if (match(Exp, m_Or(m_And(m_Value(X), m_ConstantInt(C1)),
20 // m_And(m_Value(Y), m_ConstantInt(C2))))) {
506 inline BinaryOp_match<LHS, RHS, Instruction::And> m_And(const LHS &L, function in namespace:llvm::PatternMatch
1333 return m_CombineOr(m_And(L, R), m_And(R, L));

Completed in 270 milliseconds