Home | History | Annotate | Download | only in Analysis

Lines Matching refs:IntTy

964                                  Type *ExpandTy, Type *IntTy,
976 IncV = expandAddToGEP(StepArray, StepArray+1, GEPPtrTy, IntTy, PN);
1073 Type *IntTy,
1190 Value *StepV = expandCodeFor(Step, IntTy, &L->getHeader()->front());
1222 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract);
1245 Type *IntTy = SE.getEffectiveSCEVType(STy);
1284 Type *ExpandTy = PostLoopScale ? IntTy : STy;
1289 PHINode *PN = getAddRecExprPHILiterally(Normalized, L, ExpandTy, IntTy,
1325 StepV = expandCodeFor(Step, IntTy, &L->getHeader()->front());
1327 Result = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract);
1354 Result = InsertNoopCastOfTo(Result, IntTy);
1356 expandCodeFor(PostLoopScale, IntTy));
1364 Result = expandAddToGEP(OffsetArray, OffsetArray+1, PTy, IntTy, Result);
1366 Result = InsertNoopCastOfTo(Result, IntTy);
1368 expandCodeFor(PostLoopOffset, IntTy));