Searched refs:TruncatedTy (Results 1 – 2 of 2) sorted by relevance
3367 Type *TruncatedTy = VectorType::get(ScalarTruncatedTy, in truncateToMinimalBitwidths() local3369 if (TruncatedTy == OriginalTy) in truncateToMinimalBitwidths()3375 if (ZI->getSrcTy() == TruncatedTy) in truncateToMinimalBitwidths()3377 return B.CreateZExtOrTrunc(V, TruncatedTy); in truncateToMinimalBitwidths()3405 smallestIntegerVectorType(OriginalTy, TruncatedTy)); in truncateToMinimalBitwidths()3410 smallestIntegerVectorType(OriginalTy, TruncatedTy)); in truncateToMinimalBitwidths()
3220 Type *TruncatedTy = VectorType::get(ScalarTruncatedTy, in truncateToMinimalBitwidths() local3222 if (TruncatedTy == OriginalTy) in truncateToMinimalBitwidths()3228 if (ZI->getSrcTy() == TruncatedTy) in truncateToMinimalBitwidths()3230 return B.CreateZExtOrTrunc(V, TruncatedTy); in truncateToMinimalBitwidths()3262 smallestIntegerVectorType(OriginalTy, TruncatedTy)); in truncateToMinimalBitwidths()3267 smallestIntegerVectorType(OriginalTy, TruncatedTy)); in truncateToMinimalBitwidths()