Searched refs:typeIncompatible (Results 1 – 6 of 6) sorted by relevance
| /trueos/contrib/llvm/lib/Transforms/IPO/ |
| HD | DeadArgumentElimination.cpp | 854 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/ |
| HD | Attributes.h | 498 AttributeSet typeIncompatible(Type *Ty, uint64_t Index);
|
| /trueos/contrib/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombineCalls.cpp | 1016 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/ |
| HD | DataFlowSanitizer.cpp | 429 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/ |
| HD | Attributes.cpp | 1161 AttributeSet AttributeFuncs::typeIncompatible(Type *Ty, uint64_t Index) { in typeIncompatible() function in AttributeFuncs
|
| HD | Verifier.cpp | 854 hasAttributes(AttributeFuncs::typeIncompatible(Ty, Idx), Idx), in VerifyParameterAttrs() 856 AttributeFuncs::typeIncompatible(Ty, Idx).getAsString(Idx), V); in VerifyParameterAttrs()
|