Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/
H A DLowerABIAttributesPass.cpp51 auto varPointeeType = varPtrType.getPointeeType().cast<spirv::StructType>(); in createGlobalVarForEntryPointArgument() local
54 varPointeeType = in createGlobalVarForEntryPointArgument()
55 VulkanLayoutUtils::decorateType(varPointeeType).cast<spirv::StructType>(); in createGlobalVarForEntryPointArgument()
57 if (!varPointeeType) in createGlobalVarForEntryPointArgument()
61 spirv::PointerType::get(varPointeeType, varPtrType.getStorageClass()); in createGlobalVarForEntryPointArgument()