Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DPatternMatch.h1875 template <typename Op_t, unsigned WrapFlags = 0> struct NoWrapTrunc_match { struct
1878 NoWrapTrunc_match(const Op_t &OpMatch) : Op(OpMatch) {} in NoWrapTrunc_match() function
1880 template <typename OpTy> bool match(OpTy *V) { in match()