Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenTypes.cpp504 mlir::Type convertedType = convertType(qualType); in convertTypeForMem() local
513 return convertedType; in convertTypeForMem()
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp1153 mlir::Type convertedType = typeConverter->convertType(argType.value()); in matchAndRewrite() local
1154 if (!convertedType) in matchAndRewrite()
1156 signatureConversion.addInputs(argType.index(), convertedType); in matchAndRewrite()