Searched refs:replaceOperandWith (Results 1 – 7 of 7) sorted by relevance
| /trueos/contrib/llvm/lib/Transforms/IPO/ |
| HD | StripSymbols.cpp | 365 DIC->replaceOperandWith(9, MDNode::get(C, LiveSubprograms)); in runOnModule() 378 DIC->replaceOperandWith(10, MDNode::get(C, LiveGlobalVariables)); in runOnModule()
|
| /trueos/contrib/llvm/include/llvm/IR/ |
| HD | Metadata.h | 140 void replaceOperandWith(unsigned i, Value *NewVal);
|
| HD | MDBuilder.h | 110 Root->replaceOperandWith(0, Root); in createAnonymousTBAARoot()
|
| /trueos/contrib/llvm/lib/IR/ |
| HD | DebugInfo.cpp | 135 Node->replaceOperandWith(Elt, F); in replaceFunctionField() 654 N->replaceOperandWith(10, Elements); in setTypeArray() 657 N->replaceOperandWith(13, TParams); in setTypeArray() 688 N->replaceOperandWith(12, ContainingType.getRef()); in setContainingType()
|
| HD | Metadata.cpp | 108 void MDNode::replaceOperandWith(unsigned i, Value *Val) { in replaceOperandWith() function in MDNode
|
| /trueos/contrib/llvm/lib/Linker/ |
| HD | LinkModules.cpp | 1112 DstOp->replaceOperandWith(0, SrcBehavior); in linkModuleFlagsMetadata() 1113 DstOp->replaceOperandWith(2, SrcOp->getOperand(2)); in linkModuleFlagsMetadata() 1153 DstOp->replaceOperandWith(2, MDNode::get(DstM->getContext(), in linkModuleFlagsMetadata() 1167 DstOp->replaceOperandWith(2, MDNode::get(DstM->getContext(), in linkModuleFlagsMetadata()
|
| /trueos/contrib/llvm/lib/Transforms/Vectorize/ |
| HD | LoopVectorize.cpp | 811 NewLoopID->replaceOperandWith(0, NewLoopID); in setAlreadyVectorized()
|