Lines Matching defs:TruncTy
966 const Loop *L, Type *&TruncTy,
976 TruncTy = nullptr;
1026 TruncTy = nullptr;
1034 if ((!TruncTy || InvertStep) &&
1040 TruncTy = Normalized->getType();
1164 Type *TruncTy = nullptr;
1166 PHINode *PN = getAddRecExprPHILiterally(Normalized, L, TruncTy, InvertStep);
1220 if (TruncTy) {
1222 if (TruncTy != Result->getType())
1223 Result = Builder.CreateTrunc(Result, TruncTy);