Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp263 const SCEV *StepRem = SE.getConstant(Step->getType(), 0); in FactorOutConstant() local
264 if (!FactorOutConstant(Step, StepRem, Factor, SE, TD)) in FactorOutConstant()
266 if (!StepRem->isZero()) in FactorOutConstant()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp279 const SCEV *StepRem = SE.getConstant(Step->getType(), 0); in FactorOutConstant() local
280 if (!FactorOutConstant(Step, StepRem, Factor, SE, DL)) in FactorOutConstant()
282 if (!StepRem->isZero()) in FactorOutConstant()