Home
last modified time | relevance | path

Searched refs:insertMemcpyInst (Results 1 – 2 of 2) sorted by relevance

/minix3/minix/llvm/passes/include/magic/support/
H A DMagicUtil.h40 …static void insertMemcpyInst(Module &M, Instruction *InsertBefore, Value *Dst, Value *Src, Value *…
/minix3/minix/llvm/passes/magic/support/
H A DMagicUtil.cpp453 void MagicUtil::insertMemcpyInst(Module &M, Instruction *InsertBefore, Value *Dst, Value *Src, Valu… in insertMemcpyInst() function in llvm::MagicUtil
494 …MagicUtil::insertMemcpyInst(M, InsertBefore, varShadowAddress, varAddress, ConstantInt::get(M.getC… in insertCopyInst()