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

References

lib/Target/X86/X86OptimizeLEAs.cpp
  149       Hash = hash_combine(Hash, Val.Disp->getIndex());
  149       Hash = hash_combine(Hash, Val.Disp->getIndex());
  152       Hash = hash_combine(Hash, Val.Disp->getSymbolName());
  152       Hash = hash_combine(Hash, Val.Disp->getSymbolName());
  155       Hash = hash_combine(Hash, Val.Disp->getGlobal());
  155       Hash = hash_combine(Hash, Val.Disp->getGlobal());
  158       Hash = hash_combine(Hash, Val.Disp->getBlockAddress());
  158       Hash = hash_combine(Hash, Val.Disp->getBlockAddress());
  161       Hash = hash_combine(Hash, Val.Disp->getMCSymbol());
  161       Hash = hash_combine(Hash, Val.Disp->getMCSymbol());
  164       Hash = hash_combine(Hash, Val.Disp->getMBB());
  164       Hash = hash_combine(Hash, Val.Disp->getMBB());
  170     return (unsigned)Hash;