Searched refs:convertTy (Results 1 – 2 of 2) sorted by relevance
130 mlir::Type convertTy(mlir::Type ty) const;
568 mlir::Type CIRToLLVMCastOpLowering::convertTy(mlir::Type ty) const { in convertTy() function in cir::direct::CIRToLLVMCastOpLowering583 mlir::Type targetType = convertTy(ptrTy); in matchAndRewrite()