Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Transforms/IPO/
HDDeadArgumentElimination.cpp854 typeIncompatible(NRetTy, AttributeSet::ReturnIndex), in RemoveDeadStuffFromFunction()
859 typeIncompatible(NRetTy, AttributeSet::ReturnIndex), in RemoveDeadStuffFromFunction()
908 typeIncompatible(NF->getReturnType(), in RemoveDeadStuffFromFunction()
/trueos/contrib/llvm/include/llvm/IR/
HDAttributes.h498 AttributeSet typeIncompatible(Type *Ty, uint64_t Index);
/trueos/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineCalls.cpp1016 typeIncompatible(NewRetTy, AttributeSet::ReturnIndex), in transformConstExprCastCall()
1048 typeIncompatible(ParamTy, i + 1), i + 1)) in transformConstExprCastCall()
1120 typeIncompatible(NewRetTy, AttributeSet::ReturnIndex), in transformConstExprCastCall()
/trueos/contrib/llvm/lib/Transforms/Instrumentation/
HDDataFlowSanitizer.cpp429 AttributeFuncs::typeIncompatible(NewFT->getReturnType(), in buildWrapperFunction()
582 AttributeFuncs::typeIncompatible(NewFT->getReturnType(), in runOnModule()
1364 AttributeFuncs::typeIncompatible(NewCS.getInstruction()->getType(), in visitCallSite()
/trueos/contrib/llvm/lib/IR/
HDAttributes.cpp1161 AttributeSet AttributeFuncs::typeIncompatible(Type *Ty, uint64_t Index) { in typeIncompatible() function in AttributeFuncs
HDVerifier.cpp854 hasAttributes(AttributeFuncs::typeIncompatible(Ty, Idx), Idx), in VerifyParameterAttrs()
856 AttributeFuncs::typeIncompatible(Ty, Idx).getAsString(Idx), V); in VerifyParameterAttrs()