Home
last modified time | relevance | path

Searched refs:TruncatedTy (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3987 auto *TruncatedTy = VectorType::get( in truncateToMinimalBitwidths() local
3989 if (TruncatedTy == OriginalTy) in truncateToMinimalBitwidths()
3995 if (ZI->getSrcTy() == TruncatedTy) in truncateToMinimalBitwidths()
3997 return B.CreateZExtOrTrunc(V, TruncatedTy); in truncateToMinimalBitwidths()
4029 smallestIntegerVectorType(OriginalTy, TruncatedTy)); in truncateToMinimalBitwidths()
4034 smallestIntegerVectorType(OriginalTy, TruncatedTy)); in truncateToMinimalBitwidths()