Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1943 template <typename Op_t, unsigned WrapFlags = 0> struct NoWrapTrunc_match { struct
1946 NoWrapTrunc_match(const Op_t &OpMatch) : Op(OpMatch) {} in NoWrapTrunc_match() argument
1948 template <typename OpTy> bool match(OpTy *V) { in match()