Searched refs:FactorOutConstant (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 294 static bool FactorOutConstant(const SCEV *&S, const SCEV *&Remainder, in FactorOutConstant() function 348 if (!FactorOutConstant(Step, StepRem, Factor, SE, DL)) in FactorOutConstant() 353 if (!FactorOutConstant(Start, Remainder, Factor, SE, DL)) in FactorOutConstant() 486 if (FactorOutConstant(Op, Remainder, ElSize, SE, DL)) { in expandAddToGEP()
|