Home | History | Annotate | Download | only in Analysis

Lines Matching refs:IntTy

999                                  Type *ExpandTy, Type *IntTy,
1011 IncV = expandAddToGEP(StepArray, StepArray+1, GEPPtrTy, IntTy, PN);
1032 Type *IntTy) {
1111 Value *StepV = expandCodeFor(Step, IntTy, L->getHeader()->begin());
1137 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract);
1163 Type *IntTy = SE.getEffectiveSCEVType(STy);
1203 Type *ExpandTy = PostLoopScale ? IntTy : STy;
1204 PHINode *PN = getAddRecExprPHILiterally(Normalized, L, ExpandTy, IntTy);
1238 Value *StepV = expandCodeFor(Step, IntTy, L->getHeader()->begin());
1242 Result = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract);
1248 Result = InsertNoopCastOfTo(Result, IntTy);
1250 expandCodeFor(PostLoopScale, IntTy));
1258 Result = expandAddToGEP(OffsetArray, OffsetArray+1, PTy, IntTy, Result);
1260 Result = InsertNoopCastOfTo(Result, IntTy);
1262 expandCodeFor(PostLoopOffset, IntTy));