Searched refs:typeIncompatible (Results 1 – 10 of 10) sorted by relevance
504 ArgAttrs.remove(AttributeFuncs::typeIncompatible(FormalTy)); in promoteCall()524 RAttrs.remove(AttributeFuncs::typeIncompatible(CalleeRetTy)); in promoteCall()
656 NewCI->removeRetAttrs(AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeStrCpy()690 NewCI->removeRetAttrs(AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeStpCpy()754 NewCI->removeRetAttrs(AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeStrNCpy()1445 NewCI->removeRetAttrs(AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemCpy()1501 NewCI->removeRetAttrs(AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemPCpy()1516 NewCI->removeRetAttrs(AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemMove()1531 NewCI->removeRetAttrs(AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemSet()3609 NewCI->removeRetAttrs(AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemCpyChk()3623 NewCI->removeRetAttrs(AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemMoveChk()3637 NewCI->removeRetAttrs(AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemSetChk()[all …]
834 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy)); in removeDeadStuffFromFunction()836 assert(!RAttrs.overlaps(AttributeFuncs::typeIncompatible(NRetTy)) && in removeDeadStuffFromFunction()879 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy)); in removeDeadStuffFromFunction()
3234 if (RAttrs.overlaps(AttributeFuncs::typeIncompatible(NewRetTy))) in transformConstExprCastCall()3281 .overlaps(AttributeFuncs::typeIncompatible( in transformConstExprCastCall()3357 RAttrs.remove(AttributeFuncs::typeIncompatible(NewRetTy)); in transformConstExprCastCall()3371 AttributeMask IncompatibleAttrs = AttributeFuncs::typeIncompatible( in transformConstExprCastCall()
1246 AttributeMask typeIncompatible(Type *Ty, AttributeSafetyKind ASK = ASK_ALL);
1811 AttributeMask AttributeFuncs::typeIncompatible(Type *Ty, in typeIncompatible() function in AttributeFuncs
4567 F.removeRetAttrs(AttributeFuncs::typeIncompatible(F.getReturnType())); in UpgradeFunctionAttributes()4569 Arg.removeAttrs(AttributeFuncs::typeIncompatible(Arg.getType())); in UpgradeFunctionAttributes()
1828 AttributeMask IncompatibleAttrs = AttributeFuncs::typeIncompatible(Ty); in verifyParameterAttrs()
1168 AttributeFuncs::typeIncompatible(NewFT->getReturnType())); in buildWrapperFunction()
6489 CI->removeRetAttrs(AttributeFuncs::typeIncompatible( in materialize()6493 CI->removeParamAttrs(ArgNo, AttributeFuncs::typeIncompatible( in materialize()