Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:AttributeWithIndex

1131   SmallVector<AttributeWithIndex, 8> attrVec;
1143 attrVec.push_back(AttributeWithIndex::get(0, RAttrs));
1158 attrVec.push_back(AttributeWithIndex::get(i + 1, PAttrs));
1186 attrVec.push_back(AttributeWithIndex::get(i + 1, PAttrs));
1192 attrVec.push_back(AttributeWithIndex::get(~0, FnAttrs));
1293 SmallVector<AttributeWithIndex, 8> NewAttrs;
1301 NewAttrs.push_back(AttributeWithIndex::get(0, Attr));
1313 NewAttrs.push_back(AttributeWithIndex::get(NestIdx, NestAttr));
1323 (AttributeWithIndex::get(Idx + (Idx >= NestIdx), Attr));
1331 NewAttrs.push_back(AttributeWithIndex::get(~0, Attr));