Searched refs:cst_pred_ty (Results 1 – 1 of 1) sorted by relevance
204 template <typename Predicate> struct cst_pred_ty : public Predicate { struct244 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); } in m_One()252 inline cst_pred_ty<is_all_ones> m_AllOnes() { in m_AllOnes()253 return cst_pred_ty<is_all_ones>(); in m_AllOnes()262 inline cst_pred_ty<is_sign_bit> m_SignBit() { in m_SignBit()263 return cst_pred_ty<is_sign_bit>(); in m_SignBit()272 inline cst_pred_ty<is_power2> m_Power2() { return cst_pred_ty<is_power2>(); } in m_Power2()279 inline cst_pred_ty<is_maxsignedvalue> m_MaxSignedValue() { return cst_pred_ty<is_maxsignedvalue>();… in m_MaxSignedValue()