Searched defs:attrVec (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1122 SmallVector<AttributeWithIndex, 8> attrVec; local
1123 attrVec.reserve(NumCommonArgs);
1134 attrVec.push_back(AttributeWithIndex::get(0, RAttrs));
1149 attrVec.push_back(AttributeWithIndex::get(i + 1, PAttrs));
1177 attrVec.push_back(AttributeWithIndex::get(i + 1, PAttrs));
1183 attrVec.push_back(AttributeWithIndex::get(~0, FnAttrs));
1188 const AttrListPtr &NewCallerPAL = AttrListPtr::get(attrVec.begin(),
1189 attrVec.end());
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2759 SmallVector<AttributeSet, 8> attrVec; local
2760 attrVec.reserve(NumCommonArgs);
2771 attrVec.push_back(AttributeSet::get(Caller->getContext(),
2787 attrVec.push_back(AttributeSet::get(Caller->getContext(), i + 1,
2815 attrVec.push_back(AttributeSet::get(FT->getContext(), i + 1,
2823 attrVec.push_back(AttributeSet::get(Callee->getContext(), FnAttrs));
2829 attrVec);

Completed in 77 milliseconds