Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DPatternMatch.h79 inline class_match<UnaryOperator> m_UnOp() { in m_UnOp() function
718 inline bind_ty<UnaryOperator> m_UnOp(UnaryOperator *&I) { return I; } in m_UnOp() function
942 template <typename OP_t> inline AnyUnaryOp_match<OP_t> m_UnOp(const OP_t &X) { in m_UnOp() function