Home
last modified time | relevance | path

Searched refs:expandCodeForImpl (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp797 Value *W = expandCodeForImpl(Op, Ty, false); in visitAddExpr()
848 Value *P = expandCodeForImpl(I->second, Ty, false); in visitMulExpr()
907 Value *LHS = expandCodeForImpl(S->getLHS(), Ty, false); in visitUDivExpr()
916 Value *RHS = expandCodeForImpl(S->getRHS(), Ty, false); in visitUDivExpr()
1280 expandCodeForImpl(Normalized->getStart(), ExpandTy, in getAddRecExprPHILiterally()
1299 Value *StepV = expandCodeForImpl( in getAddRecExprPHILiterally()
1457 StepV = expandCodeForImpl( in expandAddRecExprLiterally()
1653 Value *V = expandCodeForImpl( in visitTruncateExpr()
1661 Value *V = expandCodeForImpl( in visitZeroExtendExpr()
1669 Value *V = expandCodeForImpl( in visitSignExtendExpr()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h273 return expandCodeForImpl(SH, Ty, I, true);
281 return expandCodeForImpl(SH, Ty, true);
399 Value *expandCodeForImpl(const SCEV *SH, Type *Ty, bool Root);
405 Value *expandCodeForImpl(const SCEV *SH, Type *Ty, Instruction *I, bool Root);