Searched refs:typeIncompatible (Results 1 – 13 of 13) sorted by relevance
530 ArgAttrs.remove(AttributeFuncs::typeIncompatible(FormalTy)); in promoteCall()550 RAttrs.remove(AttributeFuncs::typeIncompatible(CalleeRetTy)); in promoteCall()
815 AttributeFuncs::typeIncompatible(OldFunc->getReturnType()); in CloneAndPruneIntoFromInst()
2814 AttributeFuncs::typeIncompatible(NewDeoptCall->getType())); in InlineFunction()
344 NewCI->removeRetAttrs(AttributeFuncs::typeIncompatible(NewCI->getType())); in mergeAttributesAndFlags()
847 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy)); in removeDeadStuffFromFunction()849 assert(!RAttrs.overlaps(AttributeFuncs::typeIncompatible(NRetTy)) && in removeDeadStuffFromFunction()893 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy)); in removeDeadStuffFromFunction()
1271 AttributeMask typeIncompatible(Type *Ty, AttributeSafetyKind ASK = ASK_ALL);
4131 if (RAttrs.overlaps(AttributeFuncs::typeIncompatible(NewRetTy))) in transformConstExprCastCall()4176 .overlaps(AttributeFuncs::typeIncompatible( in transformConstExprCastCall()4234 RAttrs.remove(AttributeFuncs::typeIncompatible(NewRetTy)); in transformConstExprCastCall()4248 AttributeMask IncompatibleAttrs = AttributeFuncs::typeIncompatible( in transformConstExprCastCall()
791 1, AttributeFuncs::typeIncompatible(CastedArg->getType())); in fold()
2099 AttributeMask AttributeFuncs::typeIncompatible(Type *Ty, in typeIncompatible() function in AttributeFuncs
5268 F.removeRetAttrs(AttributeFuncs::typeIncompatible(F.getReturnType())); in UpgradeFunctionAttributes()5270 Arg.removeAttrs(AttributeFuncs::typeIncompatible(Arg.getType())); in UpgradeFunctionAttributes()
2006 AttributeMask IncompatibleAttrs = AttributeFuncs::typeIncompatible(Ty); in verifyParameterAttrs()
1310 AttributeFuncs::typeIncompatible(NewFT->getReturnType())); in buildWrapperFunction()
7004 CI->removeRetAttrs(AttributeFuncs::typeIncompatible( in materialize()7008 CI->removeParamAttrs(ArgNo, AttributeFuncs::typeIncompatible( in materialize()