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

  /external/llvm/include/llvm/IR/
InstVisitor.h 210 RetTy visitMemMoveInst(MemMoveInst &I) { DELEGATE(MemTransferInst); }
267 case Intrinsic::memmove: DELEGATE(MemMoveInst);
IntrinsicInst.h 267 /// MemMoveInst - This class wraps the llvm.memmove intrinsic.
269 class MemMoveInst : public MemTransferInst {
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 344 bool processMemMove(MemMoveInst *M);
    [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 299 MemMoveInst *MMI = cast<MemMoveInst>(&I);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 243 if (MemMoveInst *MMI = dyn_cast<MemMoveInst>(MI)) {
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 641 isa<MemMoveInst>(MI) ? AsanMemmove : AsanMemcpy,
    [all...]
MemorySanitizer.cpp     [all...]

Completed in 1175 milliseconds