Searched refs:SmallestType (Results 1 – 1 of 1) sorted by relevance
5190 unsigned SmallestType, WidestType; in selectVectorizationFactor() local5191 std::tie(SmallestType, WidestType) = getSmallestAndWidestTypes(); in selectVectorizationFactor()5209 DEBUG(dbgs() << "LV: The Smallest and Widest types: " << SmallestType << " / " in selectVectorizationFactor()5226 unsigned NewMaxVectorSize = WidestRegister / SmallestType; in selectVectorizationFactor()