Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp966 SmallVector<StructType::MemberDecorationInfo, 4> sortedDecorations( in get() local
968 llvm::array_pod_sort(sortedDecorations.begin(), sortedDecorations.end()); in get()
971 sortedDecorations); in get()