Searched defs:api_pred_ty (Results 1 – 3 of 3) sorted by relevance
156 struct api_pred_ty : public Predicate { struct158 api_pred_ty(const APInt *&R) : Res(R) {} in api_pred_ty() argument183 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; } in m_One() argument
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()
237 template <typename Predicate> struct api_pred_ty : public Predicate { struct240 api_pred_ty(const APInt *&R) : Res(R) {} in api_pred_ty() argument242 template <typename ITy> bool match(ITy *V) { in match()