Home | History | Annotate | Download | only in Analysis

Lines Matching refs:TruncTy

1074                                         Type *&TruncTy,
1083 TruncTy = nullptr;
1125 TruncTy = nullptr;
1133 if ((!TruncTy || InvertStep) &&
1139 TruncTy = SE.getEffectiveSCEVType(Normalized->getType());
1287 Type *TruncTy = nullptr;
1290 TruncTy, InvertStep);
1333 if (TruncTy) {
1339 if (TruncTy != Result->getType()) {
1340 Result = Builder.CreateTrunc(Result, TruncTy);
1345 Result = Builder.CreateSub(expandCodeFor(Normalized->getStart(), TruncTy),