Lines Matching defs:resultNames
2532 SmallVector<std::string, 4> resultNames;
2534 buildParamList(paramList, inferredAttributes, resultNames, paramKind,
2573 body << " if (" << resultNames[i] << ")\n ";
2574 body << " " << builderOpState << ".addTypes(" << resultNames[i]
2595 body << "(" << resultNames[i] << " ? 1 : 0)";
2602 body << "static_cast<int32_t>(" << resultNames[i] << ".size())";
2834 SmallVector<std::string, 4> resultNames;
2836 buildParamList(paramList, inferredAttributes, resultNames,
4089 SmallVector<StringRef, 4> resultNames(numResults);
4091 resultNames[i] = op.getResultName(i);
4094 if (llvm::all_of(resultNames, [](StringRef name) { return name.empty(); }))
4108 << resultNames[i] << "\");\n";