HomeSort by relevance Sort by last modified time
    Searched defs:copyMetadata (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instruction.cpp 641 void Instruction::copyMetadata(const Instruction &SrcInst,
676 New->copyMetadata(*this);
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 745 static void copyMetadata(Instruction *DstInst, const Instruction *SrcInst,
803 copyMetadata(BI, TI, Swapped);
    [all...]

Completed in 633 milliseconds