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

  /external/llvm/include/llvm/
InstVisitor.h 209 RetTy visitMemMoveInst(MemMoveInst &I) { DELEGATE(MemTransferInst); }
266 case Intrinsic::memmove: DELEGATE(MemMoveInst);
  /external/llvm/include/llvm/IR/
IntrinsicInst.h 258 /// MemMoveInst - This class wraps the llvm.memmove intrinsic.
260 class MemMoveInst : public MemTransferInst {
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 333 bool processMemMove(MemMoveInst *M);
    [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 299 MemMoveInst *MMI = cast<MemMoveInst>(&I);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 241 if (MemMoveInst *MMI = dyn_cast<MemMoveInst>(MI)) {
    [all...]
  /external/llvm/include/llvm-c/
Core.h 1085 macro(MemMoveInst) \
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 871 milliseconds