Home | History | Annotate | Download | only in Analysis

Lines Matching refs:IntTy

992                                  Type *ExpandTy, Type *IntTy,
1004 IncV = expandAddToGEP(StepArray, StepArray+1, GEPPtrTy, IntTy, PN);
1073 Type *IntTy,
1189 Value *StepV = expandCodeFor(Step, IntTy, L->getHeader()->begin());
1215 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract);
1237 Type *IntTy = SE.getEffectiveSCEVType(STy);
1277 Type *ExpandTy = PostLoopScale ? IntTy : STy;
1282 PHINode *PN = getAddRecExprPHILiterally(Normalized, L, ExpandTy, IntTy,
1318 StepV = expandCodeFor(Step, IntTy, L->getHeader()->begin());
1320 Result = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract);
1347 Result = InsertNoopCastOfTo(Result, IntTy);
1349 expandCodeFor(PostLoopScale, IntTy));
1357 Result = expandAddToGEP(OffsetArray, OffsetArray+1, PTy, IntTy, Result);
1359 Result = InsertNoopCastOfTo(Result, IntTy);
1361 expandCodeFor(PostLoopOffset, IntTy));