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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h79 inline class_match<UnaryOperator> m_UnOp() { function in namespace:llvm::PatternMatch
617 inline bind_ty<UnaryOperator> m_UnOp(UnaryOperator *&I) { return I; } function in namespace:llvm::PatternMatch
805 template <typename OP_t> inline AnyUnaryOp_match<OP_t> m_UnOp(const OP_t &X) { function in namespace:llvm::PatternMatch

Completed in 56 milliseconds