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

/external/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp175 /// EmitStrNCpy - Emit a call to the strncpy function to the builder, for the
177 Value *llvm::EmitStrNCpy(Value *Dst, Value *Src, Value *Len, function in class:llvm
606 Value *Ret = EmitStrNCpy(CI->getArgOperand(0), CI->getArgOperand(1),

Completed in 141 milliseconds