Searched refs:cst_pred_ty (Results 1 – 1 of 1) sorted by relevance
224 template <typename Predicate> struct cst_pred_ty : public Predicate { struct328 inline cst_pred_ty<is_any_apint> m_AnyIntegralConstant() { in m_AnyIntegralConstant()329 return cst_pred_ty<is_any_apint>(); in m_AnyIntegralConstant()337 inline cst_pred_ty<is_all_ones> m_AllOnes() { in m_AllOnes()338 return cst_pred_ty<is_all_ones>(); in m_AllOnes()347 inline cst_pred_ty<is_maxsignedvalue> m_MaxSignedValue() { in m_MaxSignedValue()348 return cst_pred_ty<is_maxsignedvalue>(); in m_MaxSignedValue()359 inline cst_pred_ty<is_negative> m_Negative() { in m_Negative()360 return cst_pred_ty<is_negative>(); in m_Negative()371 inline cst_pred_ty<is_nonnegative> m_NonNegative() { in m_NonNegative()[all …]