Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp345 const SCEV *StepRem = SE.getConstant(Step->getType(), 0); in FactorOutConstant() local
346 if (!FactorOutConstant(Step, StepRem, Factor, SE, DL)) in FactorOutConstant()
348 if (!StepRem->isZero()) in FactorOutConstant()