Searched refs:hasRetAttribute (Results 1 – 5 of 5) sorted by relevance
392 bool hasRetAttribute(Attribute::AttrKind Kind) const;
113 if (F.hasRetAttribute(Attribute::NoAlias)) in setRetDoesNotAlias()154 !F.hasRetAttribute(Attribute::NoUndef)) { in setRetNoUndef()
636 bool Function::hasRetAttribute(Attribute::AttrKind Kind) const { in hasRetAttribute() function in Function
3831 F.hasRetAttribute(Attribute::NoUndef); in visitReturnInst()
5580 if (I->getFunction()->hasRetAttribute(Attribute::NoUndef)) in getGuaranteedWellDefinedOps()