Lines Matching refs:IntTy
1106 Type *ExpandTy, Type *IntTy, in expandIVInc() argument
1117 IncV = expandAddToGEP(SE.getSCEV(StepV), GEPPtrTy, IntTy, PN); in expandIVInc()
1215 Type *IntTy, in getAddRecExprPHILiterally() argument
1350 Step, IntTy, &*L->getHeader()->getFirstInsertionPt(), false); in getAddRecExprPHILiterally()
1381 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in getAddRecExprPHILiterally()
1405 Type *IntTy = SE.getEffectiveSCEVType(STy); in expandAddRecExprLiterally() local
1450 Type *ExpandTy = PostLoopScale ? IntTy : STy; in expandAddRecExprLiterally()
1461 IntTy, TruncTy, InvertStep); in expandAddRecExprLiterally()
1508 Step, IntTy, &*L->getHeader()->getFirstInsertionPt(), false); in expandAddRecExprLiterally()
1510 Result = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in expandAddRecExprLiterally()
1534 Result = InsertNoopCastOfTo(Result, IntTy); in expandAddRecExprLiterally()
1536 expandCodeForImpl(PostLoopScale, IntTy, false)); in expandAddRecExprLiterally()
1544 Result = expandAddToGEP(SE.getUnknown(Result), PTy, IntTy, Base); in expandAddRecExprLiterally()
1546 Result = expandAddToGEP(PostLoopOffset, PTy, IntTy, Result); in expandAddRecExprLiterally()
1549 Result = InsertNoopCastOfTo(Result, IntTy); in expandAddRecExprLiterally()
1551 Result, expandCodeForImpl(PostLoopOffset, IntTy, false)); in expandAddRecExprLiterally()