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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1110 SmallVector<AttributeSet, 8> attrVec; local
1111 attrVec.reserve(NumCommonArgs);
1125 attrVec.push_back(AttributeSet::get(Caller->getContext(),
1141 attrVec.push_back(AttributeSet::get(Caller->getContext(), i + 1,
1169 attrVec.push_back(AttributeSet::get(FT->getContext(), i + 1,
1177 attrVec.push_back(AttributeSet::get(Callee->getContext(), FnAttrs));
1183 attrVec);

Completed in 34 milliseconds