Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h303 Type *ExpandTy,
308 Type *ExpandTy, Type *IntTy, bool useSubtract);
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp964 Type *ExpandTy, Type *IntTy, in expandIVInc() argument
968 if (ExpandTy->isPointerTy()) { in expandIVInc()
969 PointerType *GEPPtrTy = cast<PointerType>(ExpandTy); in expandIVInc()
1072 Type *ExpandTy, in getAddRecExprPHILiterally() argument
1173 expandCodeFor(Normalized->getStart(), ExpandTy, &L->getHeader()->front()); in getAddRecExprPHILiterally()
1186 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally()
1202 PHINode *PN = Builder.CreatePHI(ExpandTy, std::distance(HPB, HPE), in getAddRecExprPHILiterally()
1222 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in getAddRecExprPHILiterally()
1284 Type *ExpandTy = PostLoopScale ? IntTy : STy; in expandAddRecExprLiterally() local
1289 PHINode *PN = getAddRecExprPHILiterally(Normalized, L, ExpandTy, IntTy, in expandAddRecExprLiterally()
[all …]