Home | History | Annotate | Download | only in Analysis

Lines Matching refs:FactorOutConstant

178 /// FactorOutConstant - Test if S is divisible by Factor, using signed
185 static bool FactorOutConstant(const SCEV *&S,
249 if (FactorOutConstant(SOp, Remainder, Factor, SE, TD) &&
264 if (!FactorOutConstant(Step, StepRem, Factor, SE, TD))
269 if (!FactorOutConstant(Start, Remainder, Factor, SE, TD))
400 if (FactorOutConstant(Op, Remainder, ElSize, SE, SE.TD)) {