HomeSort by relevance Sort by last modified time
    Searched refs:replaceOperandWith (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/CodeGen/
CGLoopInfo.cpp 61 LoopID->replaceOperandWith(0, LoopID);
CGStmt.cpp 623 LoopID->replaceOperandWith(0, LoopID); // First op points to itself.
    [all...]
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 361 DIC->replaceOperandWith(9, MDNode::get(C, LiveSubprograms));
374 DIC->replaceOperandWith(10, MDNode::get(C, LiveGlobalVariables));
  /external/llvm/include/llvm/IR/
Metadata.h 140 /// replaceOperandWith - Replace a specific operand.
141 void replaceOperandWith(unsigned i, Value *NewVal);
  /external/llvm/lib/IR/
MDBuilder.cpp 71 Root->replaceOperandWith(0, Root);
DebugInfo.cpp 137 Node->replaceOperandWith(Elt, F);
684 N->replaceOperandWith(10, Elements);
687 N->replaceOperandWith(13, TParams);
705 N->replaceOperandWith(12, ContainingType.getRef());
    [all...]
Metadata.cpp 109 void MDNode::replaceOperandWith(unsigned i, Value *Val) {
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 336 milliseconds