Home | History | Annotate | Download | only in Scalar

Lines Matching refs:NewIntTy

788   Type *NewIntTy = IntegerType::get(StoredValTy->getContext(), LoadedValSize);
789 StoredVal = IRB.CreateTrunc(StoredVal, NewIntTy, "trunc");
791 if (LoadedTy == NewIntTy)