Searched refs:ExportReduceInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_backend.cpp780 llvm::SmallVector<llvm::Metadata *, 6> ExportReduceInfo; local
781 // Add operand to ExportReduceInfo, padding out missing operands with
783 auto addOperand = [&ExportReduceInfo](uint32_t Idx, llvm::Metadata *N) {
784 while (Idx > ExportReduceInfo.size())
785 ExportReduceInfo.push_back(nullptr);
786 ExportReduceInfo.push_back(N);
788 // Add string operand to ExportReduceInfo, padding out missing operands
801 ExportReduceInfo.clear();
823 llvm::MDTuple::get(mLLVMContext, ExportReduceInfo));

Completed in 1661 milliseconds