Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp12135 SmallDenseMap<const SCEV *, int, 8> Multiplicity; in computeConstantDifference() local
12145 Multiplicity[S] += Mul; in computeConstantDifference()
12160 for (const auto &[S, Mul] : Multiplicity) { in computeConstantDifference()