Home
last modified time | relevance | path

Searched refs:getTypeHash (Results 1 – 2 of 2) sorted by relevance

/minix/minix/llvm/passes/include/common/
H A Dpass_common.h186 static unsigned long getTypeHash(TYPECONST Type* type, unsigned maxLevel=11);
984 inline unsigned long PassUtil::getTypeHash(TYPECONST Type* type, unsigned maxLevel) in getTypeHash() function
1021 hash = (13*hash) ^ getTypeHash(type->getContainedType(i), maxLevel); in getTypeHash()
/minix/minix/llvm/passes/magic/support/
H A DTypeUtil.cpp170 return (unsigned) PassUtil::getTypeHash(type); in getHash()