Home
last modified time | relevance | path

Searched defs:api_pred_ty (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.h257 template <typename Predicate> struct api_pred_ty : public Predicate { struct
260 api_pred_ty(const APInt *&R) : Res(R) {} in api_pred_ty() argument
262 template <typename ITy> bool match(ITy *V) { in match()