Searched refs:cst_pred_ty (Results 1 – 3 of 3) sorted by relevance
206 template <typename Predicate> struct cst_pred_ty : public Predicate { struct306 inline cst_pred_ty<is_all_ones> m_AllOnes() { in m_AllOnes()307 return cst_pred_ty<is_all_ones>(); in m_AllOnes()316 inline cst_pred_ty<is_maxsignedvalue> m_MaxSignedValue() { in m_MaxSignedValue()317 return cst_pred_ty<is_maxsignedvalue>(); in m_MaxSignedValue()328 inline cst_pred_ty<is_negative> m_Negative() { in m_Negative()329 return cst_pred_ty<is_negative>(); in m_Negative()340 inline cst_pred_ty<is_nonnegative> m_NonNegative() { in m_NonNegative()341 return cst_pred_ty<is_nonnegative>(); in m_NonNegative()352 inline cst_pred_ty<is_one> m_One() { in m_One()[all …]
141 struct cst_pred_ty : public Predicate { struct182 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); } in m_One()190 inline cst_pred_ty<is_all_ones> m_AllOnes() {return cst_pred_ty<is_all_ones>();} in m_AllOnes()198 inline cst_pred_ty<is_sign_bit> m_SignBit() {return cst_pred_ty<is_sign_bit>();} in m_SignBit()206 inline cst_pred_ty<is_power2> m_Power2() { return cst_pred_ty<is_power2>(); } in m_Power2()
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()