HomeSort by: relevance | last modified time | path
    Searched refs:AtomicMemMoveInst (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IntrinsicInst.h 823 class AtomicMemMoveInst : public AtomicMemTransferInst {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 2767 assert((isa<AtomicMemCpyInst>(Call) || isa<AtomicMemMoveInst>(Call)) &&
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 843 isa<AtomicMemMoveInst>(MMI)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 5920 auto &MI = cast<AtomicMemMoveInst>(I);

Completed in 110 milliseconds