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

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

Completed in 58 milliseconds