Home | History | Annotate | Download | only in IR

Lines Matching refs:calculateHash

180       : RawOps(Ops), Hash(calculateHash(Ops)) {}
196 static unsigned calculateHash(MDNode *N, unsigned Offset = 0);
206 static unsigned calculateHash(ArrayRef<Metadata *> Ops);
238 static unsigned calculateHash(MDTuple *N) {
239 return MDNodeOpsKey::calculateHash(N);
283 static unsigned calculateHash(GenericDINode *N) {
284 return MDNodeOpsKey::calculateHash(N, 1);