Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h551 struct is_neg_zero_fp { struct
556 inline cstfp_pred_ty<is_neg_zero_fp> m_NegZeroFP() { in m_NegZeroFP() argument
557 return cstfp_pred_ty<is_neg_zero_fp>(); in m_NegZeroFP()
825 if (!cstfp_pred_ty<is_neg_zero_fp>().match(FPMO->getOperand(0))) in match()