Searched defs:EmitStrCpy (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp151 /// EmitStrCpy - Emit a call to the strcpy function to the builder, for the
153 Value *llvm::EmitStrCpy(Value *Dst, Value *Src, IRBuilder<> &B, function in class:llvm
586 Value *Ret = EmitStrCpy(CI->getArgOperand(0), CI->getArgOperand(1), B, TD,

Completed in 228 milliseconds