Searched refs:typeIncompatible (Results 1 – 11 of 11) sorted by relevance
109 Attributes typeIncompatible(Type *Ty);
791 AttributeFuncs::typeIncompatible(NRetTy)); in RemoveDeadStuffFromFunction()794 overlaps(AttributeFuncs::typeIncompatible(NRetTy)) && in RemoveDeadStuffFromFunction()841 AttributeFuncs::typeIncompatible(NF->getReturnType())); in RemoveDeadStuffFromFunction()
720 RAttrs &= ~Attribute::typeIncompatible(NRetTy); in RemoveDeadStuffFromFunction()722 assert((RAttrs & Attribute::typeIncompatible(NRetTy)) == 0 in RemoveDeadStuffFromFunction()790 RAttrs &= ~Attribute::typeIncompatible(NF->getReturnType()); in RemoveDeadStuffFromFunction()
95 Attributes Attribute::typeIncompatible(Type *Ty) { in typeIncompatible() function in Attribute
554 Attributes TypeI = Attrs & Attribute::typeIncompatible(Ty); in VerifyParameterAttrs()
1035 if (RAttrs & Attribute::typeIncompatible(NewRetTy)) in transformConstExprCastCall()1065 if (Attrs & Attribute::typeIncompatible(ParamTy)) in transformConstExprCastCall()1130 RAttrs &= ~Attribute::typeIncompatible(NewRetTy); in transformConstExprCastCall()
598 AttrBuilder typeIncompatible(Type *Ty);
544 AttributeFuncs::typeIncompatible(NewFT->getReturnType()))); in buildWrapperFunction()722 AttributeFuncs::typeIncompatible(NewFT->getReturnType()))); in runOnModule()1597 AttributeFuncs::typeIncompatible(NewCS.getInstruction()->getType()))); in visitCallSite()
2653 if (RAttrs.overlaps(AttributeFuncs::typeIncompatible(NewRetTy))) in transformConstExprCastCall()2694 overlaps(AttributeFuncs::typeIncompatible(ParamTy))) in transformConstExprCastCall()2767 RAttrs.remove(AttributeFuncs::typeIncompatible(NewRetTy)); in transformConstExprCastCall()
1546 AttrBuilder AttributeFuncs::typeIncompatible(Type *Ty) { in typeIncompatible() function in AttributeFuncs
1405 .overlaps(AttributeFuncs::typeIncompatible(Ty)), in verifyParameterAttrs()1408 AttributeFuncs::typeIncompatible(Ty)).getAsString(Idx), in verifyParameterAttrs()