Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DScalarEvolutionExpander.cpp292 static bool FactorOutConstant(const SCEV *&S, const SCEV *&Remainder, in FactorOutConstant() function
346 if (!FactorOutConstant(Step, StepRem, Factor, SE, DL)) in FactorOutConstant()
351 if (!FactorOutConstant(Start, Remainder, Factor, SE, DL)) in FactorOutConstant()
484 if (FactorOutConstant(Op, Remainder, ElSize, SE, DL)) { in expandAddToGEP()