Lines Matching refs:ExpandTy
978 Type *ExpandTy, Type *IntTy, in expandIVInc() argument
982 if (ExpandTy->isPointerTy()) { in expandIVInc()
983 PointerType *GEPPtrTy = cast<PointerType>(ExpandTy); in expandIVInc()
1087 Type *ExpandTy, in getAddRecExprPHILiterally() argument
1188 expandCodeFor(Normalized->getStart(), ExpandTy, &L->getHeader()->front()); in getAddRecExprPHILiterally()
1201 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally()
1217 PHINode *PN = Builder.CreatePHI(ExpandTy, std::distance(HPB, HPE), in getAddRecExprPHILiterally()
1237 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in getAddRecExprPHILiterally()
1306 Type *ExpandTy = PostLoopScale ? IntTy : STy; in expandAddRecExprLiterally() local
1311 PHINode *PN = getAddRecExprPHILiterally(Normalized, L, ExpandTy, IntTy, in expandAddRecExprLiterally()
1340 !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in expandAddRecExprLiterally()
1349 Result = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in expandAddRecExprLiterally()
1384 if (PointerType *PTy = dyn_cast<PointerType>(ExpandTy)) { in expandAddRecExprLiterally()