Searched refs:FactorOutConstant (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 185 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/ |
D | ScalarEvolutionExpander.cpp | 226 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 239 static bool FactorOutConstant(const SCEV *&S, const SCEV *&Remainder, in FactorOutConstant() function 293 if (!FactorOutConstant(Step, StepRem, Factor, SE, DL)) in FactorOutConstant() 298 if (!FactorOutConstant(Start, Remainder, Factor, SE, DL)) in FactorOutConstant() 430 if (FactorOutConstant(Op, Remainder, ElSize, SE, DL)) { in expandAddToGEP()
|