Home
last modified time | relevance | path

Searched defs:dstElemType (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
H A DUnifyAliasedResourcePass.cpp360 spirv::SPIRVType dstElemType = analysis.getElementType(dstVarOp); in matchAndRewrite() local
439 auto dstElemType = cast<spirv::SPIRVType>(dstPtrType.getPointeeType()); in matchAndRewrite() local
543 auto dstElemType = in matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/ArithToSPIRV/
H A DArithToSPIRV.cpp285 Type dstElemType; in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp5518 Type dstElemType = getResultVectorType().getElementType(); fold() local