Searched refs:resultTypes (Results 1 – 2 of 2) sorted by relevance
586 [[maybe_unused]] mlir::ValueTypeRange<mlir::ResultRange> resultTypes = in emitCall() local589 mlir::dyn_cast<cir::PointerType>(resultTypes.front()); in emitCall()
1399 llvm::SmallVector<mlir::Type> resultTypes; in parse() local1403 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()