reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 4945   std::tie(SmallestType, WidestType) = getSmallestAndWidestTypes();
 4958   LLVM_DEBUG(dbgs() << "LV: The Smallest and Widest types: " << SmallestType
 4985     unsigned NewMaxVectorSize = WidestRegister / SmallestType;
 5006     if (unsigned MinVF = TTI.getMinimumVF(SmallestType)) {