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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h74 inline class_match<BinaryOperator> m_BinOp() { function in namespace:llvm::PatternMatch
583 inline bind_ty<BinaryOperator> m_BinOp(BinaryOperator *&I) { return I; } function in namespace:llvm::PatternMatch
749 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) { function in namespace:llvm::PatternMatch

Completed in 215 milliseconds