Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1902 template <typename Op_t, typename Class> struct CastInst_match { struct
1905 CastInst_match(const Op_t &OpMatch) : Op(OpMatch) {} in CastInst_match() argument
1907 template <typename OpTy> bool match(OpTy *V) { in match()