Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineAddSub.cpp1019 static bool matchesSquareSum(BinaryOperator &I, Mul2Rhs M2Rhs, Value *&A, in matchesSquareSum() function
1054 if (matchesSquareSum</*FP*/ false>(I, m_SpecificInt(1), A, B)) { in foldSquareSumInt()
1066 if (matchesSquareSum</*FP*/ true>(I, m_SpecificFP(2.0), A, B)) { in foldSquareSumFP()