Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h153 struct apint_match { struct
156 apint_match(const APInt *&R) : Res(R) {} in apint_match() argument
158 template <typename ITy> bool match(ITy *V) { in match()