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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp296 const SCEV *StepRem = SE.getConstant(Step->getType(), 0); local
297 if (!FactorOutConstant(Step, StepRem, Factor, SE, DL))
299 if (!StepRem->isZero())

Completed in 69 milliseconds