Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.h130 mlir::Type convertTy(mlir::Type ty) const;
H A DLowerToLLVM.cpp568 mlir::Type CIRToLLVMCastOpLowering::convertTy(mlir::Type ty) const { in convertTy() function in cir::direct::CIRToLLVMCastOpLowering
583 mlir::Type targetType = convertTy(ptrTy); in matchAndRewrite()