Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp843 StringRef keyIdentifier = std::get<0>(key); in construct() local
845 if (!keyIdentifier.empty()) { in construct()
846 StringRef identifier = allocator.copyInto(keyIdentifier); in construct()