Searched refs:is_any_zero_fp (Results 1 – 1 of 1) sorted by relevance
533 struct is_any_zero_fp { struct538 inline cstfp_pred_ty<is_any_zero_fp> m_AnyZeroFP() { in m_AnyZeroFP() argument539 return cstfp_pred_ty<is_any_zero_fp>(); in m_AnyZeroFP()821 if (!cstfp_pred_ty<is_any_zero_fp>().match(FPMO->getOperand(0))) in match()845 inline BinaryOp_match<cstfp_pred_ty<is_any_zero_fp>, RHS, Instruction::FSub>