Lines Matching defs:TruncTy
935 const Loop *L, Type *&TruncTy,
945 TruncTy = nullptr;
995 TruncTy = nullptr;
1003 if ((!TruncTy || InvertStep) &&
1009 TruncTy = Normalized->getType();
1133 Type *TruncTy = nullptr;
1135 PHINode *PN = getAddRecExprPHILiterally(Normalized, L, TruncTy, InvertStep);
1189 if (TruncTy) {
1191 if (TruncTy != Result->getType())
1192 Result = Builder.CreateTrunc(Result, TruncTy);