Searched refs:cstfp_pred_ty (Results 1 – 6 of 6) sorted by relevance
376 using cstfp_pred_ty = cstval_pred_ty<Predicate, ConstantFP>; variable610 inline cstfp_pred_ty<is_nan> m_NaN() { return cstfp_pred_ty<is_nan>(); } in m_NaN()617 inline cstfp_pred_ty<is_nonnan> m_NonNaN() { in m_NonNaN()618 return cstfp_pred_ty<is_nonnan>(); in m_NonNaN()626 inline cstfp_pred_ty<is_inf> m_Inf() { return cstfp_pred_ty<is_inf>(); } in m_Inf()633 inline cstfp_pred_ty<is_noninf> m_NonInf() { in m_NonInf()634 return cstfp_pred_ty<is_noninf>(); in m_NonInf()642 inline cstfp_pred_ty<is_finite> m_Finite() { in m_Finite()643 return cstfp_pred_ty<is_finite>(); in m_Finite()652 inline cstfp_pred_ty<is_finitenonzero> m_FiniteNonZero() { in m_FiniteNonZero()[all …]
398 using cstfp_pred_ty = cstval_pred_ty<Predicate, ConstantFP, variable484 inline cstfp_pred_ty<custom_checkfn<APFloat>>486 return cstfp_pred_ty<custom_checkfn<APFloat>>{CheckFn}; in m_CheckedFp()704 inline cstfp_pred_ty<is_nan> m_NaN() { return cstfp_pred_ty<is_nan>(); } in m_NaN()711 inline cstfp_pred_ty<is_nonnan> m_NonNaN() { in m_NonNaN()712 return cstfp_pred_ty<is_nonnan>(); in m_NonNaN()720 inline cstfp_pred_ty<is_inf> m_Inf() { return cstfp_pred_ty<is_inf>(); } in m_Inf()727 inline cstfp_pred_ty<is_noninf> m_NonInf() { in m_NonInf()728 return cstfp_pred_ty<is_noninf>(); in m_NonInf()736 inline cstfp_pred_ty<is_finite> m_Finite() { in m_Finite()[all …]
376 using cstfp_pred_ty = cstval_pred_ty<Predicate, ConstantFP>; variable618 inline cstfp_pred_ty<is_nan> m_NaN() { return cstfp_pred_ty<is_nan>(); } in m_NaN()625 inline cstfp_pred_ty<is_nonnan> m_NonNaN() { in m_NonNaN()626 return cstfp_pred_ty<is_nonnan>(); in m_NonNaN()634 inline cstfp_pred_ty<is_inf> m_Inf() { return cstfp_pred_ty<is_inf>(); } in m_Inf()641 inline cstfp_pred_ty<is_noninf> m_NonInf() { in m_NonInf()642 return cstfp_pred_ty<is_noninf>(); in m_NonInf()650 inline cstfp_pred_ty<is_finite> m_Finite() { in m_Finite()651 return cstfp_pred_ty<is_finite>(); in m_Finite()660 inline cstfp_pred_ty<is_finitenonzero> m_FiniteNonZero() { in m_FiniteNonZero()[all …]
376 using cstfp_pred_ty = cstval_pred_ty<Predicate, ConstantFP>; variable643 inline cstfp_pred_ty<is_nan> m_NaN() { return cstfp_pred_ty<is_nan>(); } in m_NaN()650 inline cstfp_pred_ty<is_nonnan> m_NonNaN() { in m_NonNaN()651 return cstfp_pred_ty<is_nonnan>(); in m_NonNaN()659 inline cstfp_pred_ty<is_inf> m_Inf() { return cstfp_pred_ty<is_inf>(); } in m_Inf()666 inline cstfp_pred_ty<is_noninf> m_NonInf() { in m_NonInf()667 return cstfp_pred_ty<is_noninf>(); in m_NonInf()675 inline cstfp_pred_ty<is_finite> m_Finite() { in m_Finite()676 return cstfp_pred_ty<is_finite>(); in m_Finite()685 inline cstfp_pred_ty<is_finitenonzero> m_FiniteNonZero() { in m_FiniteNonZero()[all …]
283 template <typename Predicate> struct cstfp_pred_ty : public Predicate { struct529 inline cstfp_pred_ty<is_nan> m_NaN() { in m_NaN()530 return cstfp_pred_ty<is_nan>(); in m_NaN()538 inline cstfp_pred_ty<is_any_zero_fp> m_AnyZeroFP() { in m_AnyZeroFP()539 return cstfp_pred_ty<is_any_zero_fp>(); in m_AnyZeroFP()547 inline cstfp_pred_ty<is_pos_zero_fp> m_PosZeroFP() { in m_PosZeroFP()548 return cstfp_pred_ty<is_pos_zero_fp>(); in m_PosZeroFP()556 inline cstfp_pred_ty<is_neg_zero_fp> m_NegZeroFP() { in m_NegZeroFP()557 return cstfp_pred_ty<is_neg_zero_fp>(); in m_NegZeroFP()821 if (!cstfp_pred_ty<is_any_zero_fp>().match(FPMO->getOperand(0))) in match()[all …]