Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Attrs

1257   const AttributeSet &Attrs = CS.getAttributes();
1261 if (Attrs.hasAttrSomewhere(Attribute::Nest))
1293 NewAttrs.reserve(Attrs.getNumSlots() + 1);
1299 if (Attrs.hasAttributes(AttributeSet::ReturnIndex))
1301 Attrs.getRetAttributes()));
1322 AttributeSet Attr = Attrs.getParamAttributes(Idx);
1334 if (Attrs.hasAttributes(AttributeSet::FunctionIndex))
1336 Attrs.getFnAttributes()));