Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp228 static bool FactorOutConstant(const SCEV *&S, const SCEV *&Remainder, in FactorOutConstant() function
282 if (!FactorOutConstant(Step, StepRem, Factor, SE, DL)) in FactorOutConstant()
287 if (!FactorOutConstant(Start, Remainder, Factor, SE, DL)) in FactorOutConstant()
419 if (FactorOutConstant(Op, Remainder, ElSize, SE, DL)) { in expandAddToGEP()