Searched refs:CollectSubexprs (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 3577 static const SCEV *CollectSubexprs(const SCEV *S, const SCEVConstant *C, in CollectSubexprs() function 3589 const SCEV *Remainder = CollectSubexprs(S, C, Ops, L, SE, Depth+1); in CollectSubexprs() 3599 const SCEV *Remainder = CollectSubexprs(AR->getStart(), in CollectSubexprs() 3624 CollectSubexprs(Mul->getOperand(1), C, Ops, L, SE, Depth+1); in CollectSubexprs() 3670 const SCEV *Remainder = CollectSubexprs(BaseReg, nullptr, AddOps, L, SE); in GenerateReassociationsImpl()
|