Searched refs:CollectSubexprs (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3487 static const SCEV *CollectSubexprs(const SCEV *S, const SCEVConstant *C, function
3499 const SCEV *Remainder = CollectSubexprs(S, C, Ops, L, SE, Depth+1);
3509 const SCEV *Remainder = CollectSubexprs(AR->getStart(),
3534 CollectSubexprs(Mul->getOperand(1), C, Ops, L, SE, Depth+1);
3580 const SCEV *Remainder = CollectSubexprs(BaseReg, nullptr, AddOps, L, SE);

Completed in 112 milliseconds