Searched defs:api_pred_ty (Results 1 – 1 of 1) sorted by relevance
229 struct api_pred_ty : public Predicate { struct231 api_pred_ty(const APInt *&R) : Res(R) {} in api_pred_ty() function233 bool match(ITy *V) { in match()