Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2453 Value *OtherMul0, *OtherMul1; in optimizeSqrt() local
2454 if (match(Op0, m_FMul(m_Value(OtherMul0), m_Value(OtherMul1)))) { in optimizeSqrt()
2456 if (OtherMul0 == OtherMul1 && cast<Instruction>(Op0)->isFast()) { in optimizeSqrt()
2458 RepeatOp = OtherMul0; in optimizeSqrt()