Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/
H A DUnifyAliasedResourcePass.cpp315 auto srcVarOp = cast<spirv::GlobalVariableOp>( in matchAndRewrite() local
317 auto dstVarOp = analysis.getCanonicalResource(srcVarOp); in matchAndRewrite()
334 auto srcVarOp = cast<spirv::GlobalVariableOp>( in matchAndRewrite() local
336 auto dstVarOp = analysis.getCanonicalResource(srcVarOp); in matchAndRewrite()
338 spirv::SPIRVType srcElemType = analysis.getElementType(srcVarOp); in matchAndRewrite()