Home
last modified time | relevance | path

Searched refs:typeIncompatible (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp855 AttributeFuncs::typeIncompatible(NRetTy)); in RemoveDeadStuffFromFunction()
858 overlaps(AttributeFuncs::typeIncompatible(NRetTy)) && in RemoveDeadStuffFromFunction()
904 AttributeFuncs::typeIncompatible(NF->getReturnType())); in RemoveDeadStuffFromFunction()
/external/llvm/include/llvm/IR/
DAttributes.h533 AttrBuilder typeIncompatible(Type *Ty);
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp544 AttributeFuncs::typeIncompatible(NewFT->getReturnType()))); in buildWrapperFunction()
722 AttributeFuncs::typeIncompatible(NewFT->getReturnType()))); in runOnModule()
1607 AttributeFuncs::typeIncompatible(NewCS.getInstruction()->getType()))); in visitCallSite()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2099 if (RAttrs.overlaps(AttributeFuncs::typeIncompatible(NewRetTy))) in transformConstExprCastCall()
2140 overlaps(AttributeFuncs::typeIncompatible(ParamTy))) in transformConstExprCastCall()
2213 RAttrs.remove(AttributeFuncs::typeIncompatible(NewRetTy)); in transformConstExprCastCall()
/external/llvm/lib/IR/
DAttributes.cpp1410 AttrBuilder AttributeFuncs::typeIncompatible(Type *Ty) { in typeIncompatible() function in AttributeFuncs
DVerifier.cpp1342 .overlaps(AttributeFuncs::typeIncompatible(Ty)), in VerifyParameterAttrs()
1345 AttributeFuncs::typeIncompatible(Ty)).getAsString(Idx), in VerifyParameterAttrs()