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

/external/llvm/include/llvm/IR/
H A DPatternMatch.h434 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L, function in namespace:llvm::PatternMatch
1129 auto AddExpr = m_Add(m_Value(AddLHS), m_Value(AddRHS));

Completed in 85 milliseconds