Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializeOps.cpp57 if (auto constCompositeOp = getSpecConstantComposite(id)) { in getValue() local
59 unknownLoc, constCompositeOp.type(), in getValue()
60 SymbolRefAttr::get(constCompositeOp.getOperation())); in getValue()