Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1782 SmallVector<AttributeSet, 16> NewArgOperandAttributes; in rewriteFunctionSignatures() local
1795 NewArgOperandAttributes.append(ARI->ReplacementTypes.size(), in rewriteFunctionSignatures()
1799 NewArgOperandAttributes.push_back( in rewriteFunctionSignatures()
1804 assert(NewArgOperands.size() == NewArgOperandAttributes.size() && in rewriteFunctionSignatures()
1831 OldCallAttributeList.getRetAttributes(), NewArgOperandAttributes)); in rewriteFunctionSignatures()