Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp504 : expandCodeForImpl(SE.getAddExpr(ScaledOps), Ty, false); in expandAddToGEP()
563 Value *Idx = expandCodeForImpl(SE.getAddExpr(Ops), Ty, false); in expandAddToGEP()
784 Value *W = expandCodeForImpl(SE.getNegativeSCEV(Op), Ty, false); in visitAddExpr()
791 Value *W = expandCodeForImpl(Op, Ty, false); in visitAddExpr()
843 Value *P = expandCodeForImpl(I->second, Ty, false); in visitMulExpr()
902 Value *LHS = expandCodeForImpl(S->getLHS(), Ty, false); in visitUDivExpr()
911 Value *RHS = expandCodeForImpl(S->getRHS(), Ty, false); in visitUDivExpr()
1317 expandCodeForImpl(Normalized->getStart(), ExpandTy, in getAddRecExprPHILiterally()
1336 Value *StepV = expandCodeForImpl( in getAddRecExprPHILiterally()
1493 StepV = expandCodeForImpl( in expandAddRecExprLiterally()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h271 return expandCodeForImpl(SH, Ty, I, true);
279 return expandCodeForImpl(SH, Ty, true);
396 Value *expandCodeForImpl(const SCEV *SH, Type *Ty, bool Root);
402 Value *expandCodeForImpl(const SCEV *SH, Type *Ty, Instruction *I, bool Root);