Home
last modified time | relevance | path

Searched defs:m_BinOp (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h100 inline class_match<BinaryOperator> m_BinOp() { in m_BinOp() function
820 inline bind_ty<BinaryOperator> m_BinOp(BinaryOperator *&I) { return I; } m_BinOp() function
1040 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) { m_BinOp() function
1359 inline SpecificBinaryOp_match<LHS, RHS> m_BinOp(unsigned Opcode, const LHS &L, m_BinOp() function