Lines Matching refs:TruncTy
1089 Type *&TruncTy, in getAddRecExprPHILiterally() argument
1098 TruncTy = nullptr; in getAddRecExprPHILiterally()
1140 TruncTy = nullptr; in getAddRecExprPHILiterally()
1148 if ((!TruncTy || InvertStep) && in getAddRecExprPHILiterally()
1154 TruncTy = SE.getEffectiveSCEVType(Normalized->getType()); in getAddRecExprPHILiterally()
1309 Type *TruncTy = nullptr; in expandAddRecExprLiterally() local
1312 TruncTy, InvertStep); in expandAddRecExprLiterally()
1355 if (TruncTy) { in expandAddRecExprLiterally()
1361 if (TruncTy != Result->getType()) { in expandAddRecExprLiterally()
1362 Result = Builder.CreateTrunc(Result, TruncTy); in expandAddRecExprLiterally()
1367 Result = Builder.CreateSub(expandCodeFor(Normalized->getStart(), TruncTy), in expandAddRecExprLiterally()