Searched refs:NewResSizeInBits (Results 1 – 1 of 1) sorted by relevance
1812 unsigned NewResSizeInBits = MinBWs.lookup(UI); in truncateToMinimalBitwidths() local1813 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()