Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp239 static bool FactorOutConstant(const SCEV *&S, const SCEV *&Remainder, in FactorOutConstant() function
293 if (!FactorOutConstant(Step, StepRem, Factor, SE, DL)) in FactorOutConstant()
298 if (!FactorOutConstant(Start, Remainder, Factor, SE, DL)) in FactorOutConstant()
430 if (FactorOutConstant(Op, Remainder, ElSize, SE, DL)) { in expandAddToGEP()