Searched refs:expandCodeForImpl (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 513 : expandCodeForImpl(SE.getAddExpr(ScaledOps), Ty); in expandAddToGEP() 574 Value *Idx = expandCodeForImpl(SE.getAddExpr(Ops), Ty); in expandAddToGEP() 797 Value *W = expandCodeForImpl(SE.getNegativeSCEV(Op), Ty); in visitAddExpr() 804 Value *W = expandCodeForImpl(Op, Ty); in visitAddExpr() 855 Value *P = expandCodeForImpl(I->second, Ty); in visitMulExpr() 914 Value *LHS = expandCodeForImpl(S->getLHS(), Ty); in visitUDivExpr() 923 Value *RHS = expandCodeForImpl(S->getRHS(), Ty); in visitUDivExpr() 1307 expandCodeForImpl(Normalized->getStart(), ExpandTy, in getAddRecExprPHILiterally() 1326 Value *StepV = expandCodeForImpl( in getAddRecExprPHILiterally() 1484 StepV = expandCodeForImpl( in expandAddRecExprLiterally() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.h | 280 return expandCodeForImpl(SH, Ty, I); 288 return expandCodeForImpl(SH, Ty); 406 Value *expandCodeForImpl(const SCEV *SH, Type *Ty); 412 Value *expandCodeForImpl(const SCEV *SH, Type *Ty, Instruction *I);
|