Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1654 template <typename Op_t, unsigned Opcode> struct CastOperator_match { struct
1657 CastOperator_match(const Op_t &OpMatch) : Op(OpMatch) {} in CastOperator_match() function
1659 template <typename OpTy> bool match(OpTy *V) { in match()