Lines Matching refs:IntTy
1034 Type *ExpandTy, Type *IntTy, in expandIVInc() argument
1045 IncV = expandAddToGEP(SE.getSCEV(StepV), GEPPtrTy, IntTy, PN); in expandIVInc()
1143 Type *IntTy, in getAddRecExprPHILiterally() argument
1265 Value *StepV = expandCodeFor(Step, IntTy, &L->getHeader()->front()); in getAddRecExprPHILiterally()
1297 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in getAddRecExprPHILiterally()
1320 Type *IntTy = SE.getEffectiveSCEVType(STy); in expandAddRecExprLiterally() local
1365 Type *ExpandTy = PostLoopScale ? IntTy : STy; in expandAddRecExprLiterally()
1376 IntTy, TruncTy, InvertStep); in expandAddRecExprLiterally()
1411 StepV = expandCodeFor(Step, IntTy, &L->getHeader()->front()); in expandAddRecExprLiterally()
1413 Result = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in expandAddRecExprLiterally()
1440 Result = InsertNoopCastOfTo(Result, IntTy); in expandAddRecExprLiterally()
1442 expandCodeFor(PostLoopScale, IntTy)); in expandAddRecExprLiterally()
1451 Result = expandAddToGEP(SE.getUnknown(Result), PTy, IntTy, Base); in expandAddRecExprLiterally()
1453 Result = expandAddToGEP(PostLoopOffset, PTy, IntTy, Result); in expandAddRecExprLiterally()
1456 Result = InsertNoopCastOfTo(Result, IntTy); in expandAddRecExprLiterally()
1458 expandCodeFor(PostLoopOffset, IntTy)); in expandAddRecExprLiterally()