Searched defs:cst_pred_ty (Results 1 – 7 of 7) sorted by relevance
204 template <typename Predicate> struct cst_pred_ty : public Predicate { struct205 template <typename ITy> bool match(ITy *V) { in match()
224 template <typename Predicate> struct cst_pred_ty : public Predicate { struct225 template <typename ITy> bool match(ITy *V) { in match()
372 using cst_pred_ty = cstval_pred_ty<Predicate, ConstantInt>; variable
394 using cst_pred_ty = cstval_pred_ty<Predicate, ConstantInt, AllowPoison>; variable