Lines Matching refs:IntTy
978 Type *ExpandTy, Type *IntTy, in expandIVInc() argument
990 IncV = expandAddToGEP(StepArray, StepArray+1, GEPPtrTy, IntTy, PN); in expandIVInc()
1088 Type *IntTy, in getAddRecExprPHILiterally() argument
1205 Value *StepV = expandCodeFor(Step, IntTy, &L->getHeader()->front()); in getAddRecExprPHILiterally()
1237 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in getAddRecExprPHILiterally()
1260 Type *IntTy = SE.getEffectiveSCEVType(STy); in expandAddRecExprLiterally() local
1306 Type *ExpandTy = PostLoopScale ? IntTy : STy; in expandAddRecExprLiterally()
1311 PHINode *PN = getAddRecExprPHILiterally(Normalized, L, ExpandTy, IntTy, in expandAddRecExprLiterally()
1347 StepV = expandCodeFor(Step, IntTy, &L->getHeader()->front()); in expandAddRecExprLiterally()
1349 Result = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in expandAddRecExprLiterally()
1376 Result = InsertNoopCastOfTo(Result, IntTy); in expandAddRecExprLiterally()
1378 expandCodeFor(PostLoopScale, IntTy)); in expandAddRecExprLiterally()
1386 Result = expandAddToGEP(OffsetArray, OffsetArray+1, PTy, IntTy, Result); in expandAddRecExprLiterally()
1388 Result = InsertNoopCastOfTo(Result, IntTy); in expandAddRecExprLiterally()
1390 expandCodeFor(PostLoopOffset, IntTy)); in expandAddRecExprLiterally()