Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1417 Value *OtherMul0, *OtherMul1; in optimizeSqrt() local
1418 if (match(Op0, m_FMul(m_Value(OtherMul0), m_Value(OtherMul1)))) { in optimizeSqrt()
1420 if (OtherMul0 == OtherMul1) { in optimizeSqrt()