Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DStructuralHash.cpp102 return hashConstant(GVar.getInitializer()); in hashGlobalVariable()
118 static stable_hash hashConstant(const Constant *C) { in hashConstant() function in __anon8dbff9370111::StructuralHashImpl
162 auto H = hashConstant(cast<Constant>(Op)); in hashConstant()
189 return hashConstant(C); in hashValue()