Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp185 static bool FactorOutConstant(const SCEV *&S, in FactorOutConstant() function
249 if (FactorOutConstant(SOp, Remainder, Factor, SE, TD) && in FactorOutConstant()
264 if (!FactorOutConstant(Step, StepRem, Factor, SE, TD)) in FactorOutConstant()
269 if (!FactorOutConstant(Start, Remainder, Factor, SE, TD)) in FactorOutConstant()
400 if (FactorOutConstant(Op, Remainder, ElSize, SE, SE.TD)) { in expandAddToGEP()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp226 static bool FactorOutConstant(const SCEV *&S, const SCEV *&Remainder, in FactorOutConstant() function
280 if (!FactorOutConstant(Step, StepRem, Factor, SE, DL)) in FactorOutConstant()
285 if (!FactorOutConstant(Start, Remainder, Factor, SE, DL)) in FactorOutConstant()
417 if (FactorOutConstant(Op, Remainder, ElSize, SE, DL)) { in expandAddToGEP()