Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp1812 unsigned NewResSizeInBits = MinBWs.lookup(UI); in truncateToMinimalBitwidths() local
1813 if (!NewResSizeInBits) in truncateToMinimalBitwidths()
1829 auto *NewResTy = IntegerType::get(Ctx, NewResSizeInBits); in truncateToMinimalBitwidths()
1838 if (OldResSizeInBits != NewResSizeInBits && in truncateToMinimalBitwidths()
1846 assert(OldResSizeInBits > NewResSizeInBits && "Nothing to shrink?"); in truncateToMinimalBitwidths()
1863 if (OpSizeInBits == NewResSizeInBits) in truncateToMinimalBitwidths()
1865 assert(OpSizeInBits > NewResSizeInBits && "nothing to truncate"); in truncateToMinimalBitwidths()