Home
last modified time | relevance | path

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

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