Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Hash

1713   unsigned Hash = MI->getOpcode() * 37;
1753 Hash = (unsigned)Key + Hash * 37;
1755 return Hash;