• Home
  • Raw
  • Download

Lines Matching refs:getHashValue

61   static unsigned getHashValue(const APInt &Key) {  in getHashValue()  function
72 static unsigned getHashValue(const APFloat &Key) { in getHashValue() function
105 static unsigned getHashValue(const KeyTy& Key) { in getHashValue() function
110 static unsigned getHashValue(const StructType *ST) { in getHashValue() function
111 return getHashValue(KeyTy(ST)); in getHashValue()
152 static unsigned getHashValue(const KeyTy& Key) { in getHashValue() function
158 static unsigned getHashValue(const FunctionType *FT) { in getHashValue() function
159 return getHashValue(KeyTy(FT)); in getHashValue()
236 unsigned getHashValue() const { return getHash(); }
262 unsigned getHashValue() const {
281 unsigned getHashValue() const { return hash_combine(getHash(), Tag, Header); }
300 unsigned getHashValue() const { return hash_combine(Count, LowerBound); }
314 unsigned getHashValue() const { return hash_combine(Value, Name); }
338 unsigned getHashValue() const {
379 unsigned getHashValue() const {
475 unsigned getHashValue() const {
499 unsigned getHashValue() const { return hash_combine(Flags, CC, TypeArray); }
515 unsigned getHashValue() const { return hash_combine(Filename, Directory); }
583 unsigned getHashValue() const {
646 unsigned getHashValue() const {
666 unsigned getHashValue() const {
687 unsigned getHashValue() const {
713 unsigned getHashValue() const {
730 unsigned getHashValue() const { return hash_combine(Name, Type); }
749 unsigned getHashValue() const { return hash_combine(Tag, Name, Type, Value); }
790 unsigned getHashValue() const {
821 unsigned getHashValue() const {
835 unsigned getHashValue() const {
865 unsigned getHashValue() const {
890 unsigned getHashValue() const {
911 unsigned getHashValue() const {
933 unsigned getHashValue() const {
948 static unsigned getHashValue(const KeyTy &Key) { return Key.getHashValue(); }
949 static unsigned getHashValue(const NodeTy *N) {
950 return KeyTy(N).getHashValue();