Searched refs:typeIncompatible (Results 1 – 10 of 10) sorted by relevance
489 ArgAttrs.remove(AttributeFuncs::typeIncompatible(FormalTy)); in promoteCall()508 RAttrs.remove(AttributeFuncs::typeIncompatible(CalleeRetTy)); in promoteCall()
516 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeStrCpy()545 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeStpCpy()608 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeStrNCpy()1086 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemCpy()1140 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemPCpy()1155 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemMove()1217 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemSet()3270 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemCpyChk()3284 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemMoveChk()3300 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemSetChk()[all …]
848 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy)); in RemoveDeadStuffFromFunction()850 assert(!RAttrs.overlaps(AttributeFuncs::typeIncompatible(NRetTy)) && in RemoveDeadStuffFromFunction()893 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy)); in RemoveDeadStuffFromFunction()
1033 AttrBuilder typeIncompatible(Type *Ty);
2604 if (RAttrs.overlaps(AttributeFuncs::typeIncompatible(NewRetTy))) in transformConstExprCastCall()2650 .overlaps(AttributeFuncs::typeIncompatible(ParamTy))) in transformConstExprCastCall()2718 RAttrs.remove(AttributeFuncs::typeIncompatible(NewRetTy)); in transformConstExprCastCall()
1159 AttributeFuncs::typeIncompatible(NewFT->getReturnType())); in buildWrapperFunction()1469 AttributeFuncs::typeIncompatible(NewFT->getReturnType())); in runImpl()3181 AttributeFuncs::typeIncompatible(NewCB->getType()))); in visitCallBase()
1885 AttrBuilder AttributeFuncs::typeIncompatible(Type *Ty) { in typeIncompatible() function in AttributeFuncs
4387 AttributeFuncs::typeIncompatible(F.getReturnType())); in UpgradeFunctionAttributes()4389 Arg.removeAttrs(AttributeFuncs::typeIncompatible(Arg.getType())); in UpgradeFunctionAttributes()
1760 AttrBuilder IncompatibleAttrs = AttributeFuncs::typeIncompatible(Ty); in verifyParameterAttrs()
5571 AttributeFuncs::typeIncompatible( in materialize()5575 CI->removeParamAttrs(ArgNo, AttributeFuncs::typeIncompatible( in materialize()