Searched refs:typeIncompatible (Results 1 – 12 of 12) sorted by relevance
517 ArgAttrs.remove(AttributeFuncs::typeIncompatible(FormalTy)); in promoteCall()537 RAttrs.remove(AttributeFuncs::typeIncompatible(CalleeRetTy)); in promoteCall()
2711 AttributeFuncs::typeIncompatible(NewDeoptCall->getType())); in InlineFunction()
335 NewCI->removeRetAttrs(AttributeFuncs::typeIncompatible(NewCI->getType())); in mergeAttributesAndFlags()
849 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy)); in removeDeadStuffFromFunction()851 assert(!RAttrs.overlaps(AttributeFuncs::typeIncompatible(NRetTy)) && in removeDeadStuffFromFunction()895 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy)); in removeDeadStuffFromFunction()
1214 AttributeMask typeIncompatible(Type *Ty, AttributeSafetyKind ASK = ASK_ALL);
3901 if (RAttrs.overlaps(AttributeFuncs::typeIncompatible(NewRetTy))) in transformConstExprCastCall()3946 .overlaps(AttributeFuncs::typeIncompatible( in transformConstExprCastCall()4004 RAttrs.remove(AttributeFuncs::typeIncompatible(NewRetTy)); in transformConstExprCastCall()4018 AttributeMask IncompatibleAttrs = AttributeFuncs::typeIncompatible( in transformConstExprCastCall()
777 1, AttributeFuncs::typeIncompatible(CastedArg->getType())); in fold()
1943 AttributeMask AttributeFuncs::typeIncompatible(Type *Ty, in typeIncompatible() function in AttributeFuncs
5167 F.removeRetAttrs(AttributeFuncs::typeIncompatible(F.getReturnType())); in UpgradeFunctionAttributes()5169 Arg.removeAttrs(AttributeFuncs::typeIncompatible(Arg.getType())); in UpgradeFunctionAttributes()
1942 AttributeMask IncompatibleAttrs = AttributeFuncs::typeIncompatible(Ty); in verifyParameterAttrs()
1306 AttributeFuncs::typeIncompatible(NewFT->getReturnType())); in buildWrapperFunction()
6695 CI->removeRetAttrs(AttributeFuncs::typeIncompatible( in materialize()6699 CI->removeParamAttrs(ArgNo, AttributeFuncs::typeIncompatible( in materialize()