Searched refs:m_FPOne (Results 1 – 6 of 6) sorted by relevance
410 if (!Args.empty() && match(Args[0], PatternMatch::m_FPOne())) { in getArithmeticInstrCost()
346 inline specific_fpval m_FPOne() { return m_SpecificFP(1.0); } in m_FPOne() function
540 inline specific_fpval m_FPOne() { return m_SpecificFP(1.0); } in m_FPOne() function
4412 if (match(Op1, m_FPOne())) in SimplifyFMulInst()4456 if (match(Op1, m_FPOne())) in SimplifyFDivInst()
2109 if (match(Src1, m_FPOne())) { in visitCallInst()
873 if (match(Op1, m_FPOne())) in SimplifyFMulInst()