Home | History | Annotate | Download | only in IR

Lines Matching refs:calculateHash

213       : RawOps(Ops), Hash(calculateHash(Ops)) {}
229 static unsigned calculateHash(MDNode *N, unsigned Offset = 0);
239 static unsigned calculateHash(ArrayRef<Metadata *> Ops);
272 static unsigned calculateHash(MDTuple *N) {
273 return MDNodeOpsKey::calculateHash(N);
318 static unsigned calculateHash(GenericDINode *N) {
319 return MDNodeOpsKey::calculateHash(N, 1);