Searched refs:SmallestType (Results 1 – 1 of 1) sorted by relevance
4731 unsigned SmallestType, WidestType; in computeFeasibleMaxVF() local4732 std::tie(SmallestType, WidestType) = getSmallestAndWidestTypes(); in computeFeasibleMaxVF()4745 LLVM_DEBUG(dbgs() << "LV: The Smallest and Widest types: " << SmallestType in computeFeasibleMaxVF()4772 unsigned NewMaxVectorSize = WidestRegister / SmallestType; in computeFeasibleMaxVF()4788 if (unsigned MinVF = TTI.getMinimumVF(SmallestType)) { in computeFeasibleMaxVF()