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

  /external/llvm/include/llvm/
IntrinsicInst.h 266 /// MemMoveInst - This class wraps the llvm.memmove intrinsic.
268 class MemMoveInst : public MemTransferInst {
271 static inline bool classof(const MemMoveInst *) { return true; }
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 333 bool processMemMove(MemMoveInst *M);
833 bool MemCpyOpt::processMemMove(MemMoveInst *M) {
    [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 299 MemMoveInst *MMI = cast<MemMoveInst>(&I);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 214 if (MemMoveInst *MMI = dyn_cast<MemMoveInst>(MI)) {
    [all...]
  /external/llvm/include/llvm-c/
Core.h 1023 macro(MemMoveInst) \
    [all...]

Completed in 362 milliseconds