Searched refs:hashVal (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | AttributeDetail.h | 128 auto hashVal = llvm::hash_value(firstElt); in getKey() local 134 return KeyTy(ty, data, llvm::hash_combine(hashVal, data.drop_front(i))); in getKey() 137 return KeyTy(ty, firstElt, hashVal, /*isSplat=*/true); in getKey() 260 auto hashVal = llvm::hash_value(firstElt); in getKey() local 266 return KeyTy(ty, data, llvm::hash_combine(hashVal, data.drop_front(i))); in getKey() 269 return KeyTy(ty, data.take_front(), hashVal, /*isSplat=*/true); in getKey()
|