Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1963 template <typename Op_t> struct ElementWiseBitCast_match { struct
1966 ElementWiseBitCast_match(const Op_t &OpMatch) : Op(OpMatch) {} in ElementWiseBitCast_match() argument
1987 inline ElementWiseBitCast_match<OpTy> m_ElementWiseBitCast(const OpTy &Op) { in m_ElementWiseBitCast() argument