OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:replaceOperandWith
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/IR/
Metadata.h
135
///
replaceOperandWith
- Replace a specific operand.
136
void
replaceOperandWith
(unsigned i, Value *NewVal);
MDBuilder.h
110
Root->
replaceOperandWith
(0, Root);
/external/llvm/lib/IR/
DebugInfo.cpp
135
Node->
replaceOperandWith
(Elt, F);
638
N->
replaceOperandWith
(10, Elements);
640
N->
replaceOperandWith
(13, TParams);
647
N->
replaceOperandWith
(12, ContainingType);
[
all
...]
Metadata.cpp
106
void MDNode::
replaceOperandWith
(unsigned i, Value *Val) {
/external/llvm/lib/Linker/
LinkModules.cpp
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
768
NewLoopID->
replaceOperandWith
(0, NewLoopID);
[
all
...]
Completed in 104 milliseconds