Home
last modified time | relevance | path

Searched refs:cstfp_pred_ty (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDPatternMatch.h283 template <typename Predicate> struct cstfp_pred_ty : public Predicate { struct
529 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 …]