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

Declarations

lib/Transforms/Vectorize/LoopVectorize.cpp
  989   std::pair<unsigned, unsigned> getSmallestAndWidestTypes();

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 4945   std::tie(SmallestType, WidestType) = getSmallestAndWidestTypes();
 6387   std::tie(std::ignore, WidestType) = CM.getSmallestAndWidestTypes();