Searched defs:api_pred_ty (Results 1 – 7 of 7) sorted by relevance
218 template <typename Predicate> struct api_pred_ty : public Predicate { struct220 api_pred_ty(const APInt *&R) : Res(R) {} in api_pred_ty() argument221 template <typename ITy> bool match(ITy *V) { in match()
257 template <typename Predicate> struct api_pred_ty : public Predicate { struct260 api_pred_ty(const APInt *&R) : Res(R) {} in api_pred_ty() function262 template <typename ITy> bool match(ITy *V) { in match()
380 template <typename Predicate> struct api_pred_ty : public Predicate { struct383 api_pred_ty(const APInt *&R) : Res(R) {} in api_pred_ty() function385 template <typename ITy> bool match(ITy *V) { in match()
380 template <typename Predicate> struct api_pred_ty : public Predicate { struct383 api_pred_ty(const APInt *&R) : Res(R) {} in api_pred_ty() argument385 template <typename ITy> bool match(ITy *V) { in match()
403 template <typename Predicate> struct api_pred_ty : public Predicate { struct406 api_pred_ty(const APInt *&R) : Res(R) {} in api_pred_ty() argument408 template <typename ITy> bool match(ITy *V) { in match()