Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCall.cpp586 [[maybe_unused]] mlir::ValueTypeRange<mlir::ResultRange> resultTypes = in emitCall() local
589 mlir::dyn_cast<cir::PointerType>(resultTypes.front()); in emitCall()
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRDialect.cpp1399 llvm::SmallVector<mlir::Type> resultTypes; in parse() local
1403 parser, /*allowVariadic=*/true, arguments, isVariadic, resultTypes, in parse()
1410 if (resultTypes.size() > 1) { in parse()
1416 (resultTypes.empty() ? cir::VoidType::get(builder.getContext()) in parse()
1417 : resultTypes.front()); in parse()