Home
last modified time | relevance | path

Searched refs:replaceOperandWith (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/llvm/lib/Transforms/IPO/
HDStripSymbols.cpp365 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/
HDMetadata.h140 void replaceOperandWith(unsigned i, Value *NewVal);
HDMDBuilder.h110 Root->replaceOperandWith(0, Root); in createAnonymousTBAARoot()
/trueos/contrib/llvm/lib/IR/
HDDebugInfo.cpp135 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()
HDMetadata.cpp108 void MDNode::replaceOperandWith(unsigned i, Value *Val) { in replaceOperandWith() function in MDNode
/trueos/contrib/llvm/lib/Linker/
HDLinkModules.cpp1112 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/
HDLoopVectorize.cpp811 NewLoopID->replaceOperandWith(0, NewLoopID); in setAlreadyVectorized()