Searched defs:api_pred_ty (Results 1 – 1 of 1) 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() function221 template <typename ITy> bool match(ITy *V) { in match()