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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp239 /// FactorOutConstant - Test if S is divisible by Factor, using signed
243 static bool FactorOutConstant(const SCEV *&S, const SCEV *&Remainder, function
297 if (!FactorOutConstant(Step, StepRem, Factor, SE, DL))
302 if (!FactorOutConstant(Start, Remainder, Factor, SE, DL))
434 if (FactorOutConstant(Op, Remainder, ElSize, SE, DL)) {

Completed in 65 milliseconds