Searched refs:arrayAttrs (Results 1 – 1 of 1) sorted by relevance
91 auto arrayAttrs = it->getValue().cast<ArrayAttr>(); in prependResAttrsToArgAttrs() local92 assert(arrayAttrs.size() == numArguments && in prependResAttrsToArgAttrs()94 std::copy(arrayAttrs.begin(), arrayAttrs.end(), allAttrs.begin() + 1); in prependResAttrsToArgAttrs()97 auto arrayAttrs = it->getValue().cast<ArrayAttr>(); in prependResAttrsToArgAttrs() local98 assert(!arrayAttrs.empty() && "expected array to be non-empty"); in prependResAttrsToArgAttrs()99 allAttrs[0] = (arrayAttrs.size() == 1) in prependResAttrsToArgAttrs()100 ? arrayAttrs[0] in prependResAttrsToArgAttrs()101 : wrapAsStructAttrs(builder, arrayAttrs); in prependResAttrsToArgAttrs()