Searched refs:FactorOutConstant (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/AArch64/ |
| H A D | vscale-factor-out-constant.ll | 6 ; This test check SCEVExpander FactorOutConstant() is not crashing with blind cast 'Factor' to SCEV…
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 293 static bool FactorOutConstant(const SCEV *&S, const SCEV *&Remainder, in FactorOutConstant() function 347 if (!FactorOutConstant(Step, StepRem, Factor, SE, DL)) in FactorOutConstant() 352 if (!FactorOutConstant(Start, Remainder, Factor, SE, DL)) in FactorOutConstant() 485 if (FactorOutConstant(Op, Remainder, ElSize, SE, DL)) { in expandAddToGEP()
|