Searched refs:removeRetAttrs (Results 1 – 11 of 11) sorted by relevance
114 F.removeRetAttrs(AttrMask); in runOnModule()165 CB->removeRetAttrs(AttrMask); in runOnModule()
330 NewFunc->removeRetAttrs(RetAttrs); in runOnFunction()
373 void removeRetAttrs(const AttributeMask &Attrs);
1573 void removeRetAttrs(const AttributeMask &AttrsToRemove) {
242 CB->removeRetAttrs(UBImplyingAttributes); in dropUndefImplyingAttrsAndUnknownMetadata()
618 void Function::removeRetAttrs(const AttributeMask &Attrs) { in removeRetAttrs() function in Function
4823 F.removeRetAttrs(AttributeFuncs::typeIncompatible(F.getReturnType())); in UpgradeFunctionAttributes()
2944 F.removeRetAttrs(R); in stripNonValidAttributesFromPrototype()3018 Call->removeRetAttrs(R); in stripNonValidDataFromBody()
1294 NewF->removeRetAttrs( in buildWrapperFunction()
294 NewCI->removeRetAttrs(AttributeFuncs::typeIncompatible(NewCI->getType())); in mergeAttributesAndFlags()
6648 CI->removeRetAttrs(AttributeFuncs::typeIncompatible( in materialize()