Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPatternMatch.h263 template <typename Predicate> struct cstfp_pred_ty : public Predicate { struct
424 inline cstfp_pred_ty<is_nan> m_NaN() { in m_NaN()
425 return cstfp_pred_ty<is_nan>(); in m_NaN()
433 inline cstfp_pred_ty<is_any_zero_fp> m_AnyZeroFP() { in m_AnyZeroFP()
434 return cstfp_pred_ty<is_any_zero_fp>(); in m_AnyZeroFP()
442 inline cstfp_pred_ty<is_pos_zero_fp> m_PosZeroFP() { in m_PosZeroFP()
443 return cstfp_pred_ty<is_pos_zero_fp>(); in m_PosZeroFP()
451 inline cstfp_pred_ty<is_neg_zero_fp> m_NegZeroFP() { in m_NegZeroFP()
452 return cstfp_pred_ty<is_neg_zero_fp>(); in m_NegZeroFP()
664 inline BinaryOp_match<cstfp_pred_ty<is_neg_zero_fp>, RHS, Instruction::FSub>