Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp1231 uint64_t AvgA = SumA*SizeB, AvgB = SumB*SizeA; in operator ()() local
1232 if (AvgA != AvgB) in operator ()()
1233 return AvgA < AvgB; in operator ()()