Searched refs:typeIncompatible (Results 1 – 10 of 10) sorted by relevance
489 ArgAttrs.remove(AttributeFuncs::typeIncompatible(FormalTy)); in promoteCall()511 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()1085 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemCpy()1139 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemPCpy()1154 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemMove()1216 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemSet()3266 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemCpyChk()3280 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemMoveChk()3296 AttributeFuncs::typeIncompatible(NewCI->getType())); in optimizeMemSetChk()[all …]
847 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy)); in RemoveDeadStuffFromFunction()849 assert(!RAttrs.overlaps(AttributeFuncs::typeIncompatible(NRetTy)) && in RemoveDeadStuffFromFunction()892 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy)); in RemoveDeadStuffFromFunction()
1017 AttrBuilder typeIncompatible(Type *Ty);
2508 if (RAttrs.overlaps(AttributeFuncs::typeIncompatible(NewRetTy))) in transformConstExprCastCall()2554 .overlaps(AttributeFuncs::typeIncompatible(ParamTy))) in transformConstExprCastCall()2622 RAttrs.remove(AttributeFuncs::typeIncompatible(NewRetTy)); in transformConstExprCastCall()
1220 AttributeFuncs::typeIncompatible(NewFT->getReturnType())); in buildWrapperFunction()1573 AttributeFuncs::typeIncompatible(NewFT->getReturnType())); in runImpl()3322 AttributeFuncs::typeIncompatible(NewCB->getType()))); in visitCallBase()
2094 AttrBuilder AttributeFuncs::typeIncompatible(Type *Ty) { in typeIncompatible() function in AttributeFuncs
4382 AttributeFuncs::typeIncompatible(F.getReturnType())); in UpgradeFunctionAttributes()4384 Arg.removeAttrs(AttributeFuncs::typeIncompatible(Arg.getType())); in UpgradeFunctionAttributes()
1833 AttrBuilder IncompatibleAttrs = AttributeFuncs::typeIncompatible(Ty); in verifyParameterAttrs()
5640 AttributeFuncs::typeIncompatible( in materialize()5644 CI->removeParamAttrs(ArgNo, AttributeFuncs::typeIncompatible( in materialize()