Searched refs:hasRetAttribute (Results 1 – 5 of 5) sorted by relevance
391 bool hasRetAttribute(Attribute::AttrKind Kind) const;
109 if (F.hasRetAttribute(Attribute::NoAlias)) in setRetDoesNotAlias()150 !F.hasRetAttribute(Attribute::NoUndef)) { in setRetNoUndef()1246 if (ExtAttr != Attribute::None && !F.hasRetAttribute(ExtAttr)) in setRetExtAttr()
648 bool Function::hasRetAttribute(Attribute::AttrKind Kind) const { in hasRetAttribute() function in Function
4240 bool HasNoUndef = F.hasRetAttribute(Attribute::NoUndef); in visitReturnInst()
5765 if (I->getFunction()->hasRetAttribute(Attribute::NoUndef)) in getGuaranteedWellDefinedOps()