Searched refs:OtherMul1 (Results 1 – 1 of 1) sorted by relevance
2453 Value *OtherMul0, *OtherMul1; in optimizeSqrt() local2454 if (match(Op0, m_FMul(m_Value(OtherMul0), m_Value(OtherMul1)))) { in optimizeSqrt()2456 if (OtherMul0 == OtherMul1 && cast<Instruction>(Op0)->isFast()) { in optimizeSqrt()