Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIRType.cpp713 auto shapeHash{hash_value(std::get<SequenceType::Shape>(key))}; in hashKey() local
714 shapeHash = llvm::hash_combine(shapeHash, std::get<mlir::Type>(key)); in hashKey()
715 return llvm::hash_combine(shapeHash, std::get<mlir::AffineMapAttr>(key)); in hashKey()