Lines Matching refs:ExpandTy
964 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()
1318 !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in expandAddRecExprLiterally()
1327 Result = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in expandAddRecExprLiterally()
1362 if (PointerType *PTy = dyn_cast<PointerType>(ExpandTy)) { in expandAddRecExprLiterally()