Home
last modified time | relevance | path

Searched defs:hashVal (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/IR/
DAttributeDetail.h447 auto hashVal = llvm::hash_value(firstElt); in getKey() local
580 auto hashVal = llvm::hash_value(firstElt); in getKey() local
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIRType.cpp548 auto hashVal{llvm::hash_combine(std::get<mlir::Type>(key))}; in hashKey() local