Searched refs:hasRetAttribute (Results 1 – 7 of 7) sorted by relevance
430 bool hasRetAttribute(Attribute::AttrKind Kind) const;
161 if (F.hasRetAttribute(Attribute::NoAlias)) in setRetDoesNotAlias()203 !F.hasRetAttribute(Attribute::NoUndef)) { in setRetNoUndef()1410 if (ExtAttr != Attribute::None && !F.hasRetAttribute(ExtAttr)) in setRetExtAttr()
8145 Ret->getFunction()->hasRetAttribute(Attribute::NoUndef); in passingValueIsAlwaysUndefined()8151 Ret->getFunction()->hasRetAttribute(Attribute::NonNull)) { in passingValueIsAlwaysUndefined()
735 bool Function::hasRetAttribute(Attribute::AttrKind Kind) const { in hasRetAttribute() function in Function
3863 if (F->hasRetAttribute(Attribute::NonNull) || in visitReturnInst()
6058 bool HasNoUndef = F.hasRetAttribute(Attribute::NoUndef); in visitReturnInst()
7994 if (I->getFunction()->hasRetAttribute(Attribute::NoUndef) && in handleGuaranteedWellDefinedOps()