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

References

lib/CodeGen/ExpandMemCmp.cpp
  216   MaxLoadSize = LoadSizes.front();
  229         Size, MaxLoadSize, Options.MaxNumLoads, OverlappingNumLoadsNonOneByte);
  336                     : IntegerType::get(CI->getContext(), MaxLoadSize * 8);
  445   Type *MaxLoadType = IntegerType::get(CI->getContext(), MaxLoadSize * 8);
  446   assert(CurLoadEntry.LoadSize <= MaxLoadSize && "Unexpected load type");
  527   Type *MaxLoadType = IntegerType::get(CI->getContext(), MaxLoadSize * 8);