Searched refs:hasRetAttribute (Results 1 – 7 of 7) sorted by relevance
295 if (F->hasRetAttribute(Attribute::Range)) in runIPSCCP()
428 bool hasRetAttribute(Attribute::AttrKind Kind) const;
109 if (F.hasRetAttribute(Attribute::NoAlias)) in setRetDoesNotAlias()150 !F.hasRetAttribute(Attribute::NoUndef)) { in setRetNoUndef()1261 if (ExtAttr != Attribute::None && !F.hasRetAttribute(ExtAttr)) in setRetExtAttr()
7638 Ret->getFunction()->hasRetAttribute(Attribute::NoUndef); in passingValueIsAlwaysUndefined()7644 Ret->getFunction()->hasRetAttribute(Attribute::NonNull)) { in passingValueIsAlwaysUndefined()
727 bool Function::hasRetAttribute(Attribute::AttrKind Kind) const { in hasRetAttribute() function in Function
4574 bool HasNoUndef = F.hasRetAttribute(Attribute::NoUndef); in visitReturnInst()
7868 if (I->getFunction()->hasRetAttribute(Attribute::NoUndef) && in handleGuaranteedWellDefinedOps()