Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp2198 APInt NewScale = in CollectAddOperandsWithScales() local
2206 NewScale, SE); in CollectAddOperandsWithScales()
2212 auto Pair = M.insert({Key, NewScale}); in CollectAddOperandsWithScales()
2216 Pair.first->second += NewScale; in CollectAddOperandsWithScales()