Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp135 matchAndRewrite(vector::BitCastOp bitCastOp, OpAdaptor adaptor, in matchAndRewrite() argument
138 VectorType resultTy = bitCastOp.getResultVectorType(); in matchAndRewrite()
142 rewriter.replaceOpWithNewOp<LLVM::BitcastOp>(bitCastOp, newResultTy, in matchAndRewrite()