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

References

lib/CodeGen/ExpandMemCmp.cpp
  438   if (CurLoadEntry.LoadSize == 1) {
  439     MemCmpExpansion::emitLoadCompareByteBlock(BlockIndex, CurLoadEntry.Offset);
  444       IntegerType::get(CI->getContext(), CurLoadEntry.LoadSize * 8);
  446   assert(CurLoadEntry.LoadSize <= MaxLoadSize && "Unexpected load type");
  451                                            CurLoadEntry.Offset);
  453                                            CurLoadEntry.Offset);