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

/external/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h47 /// EmitStrNCpy - Emit a call to the strncpy function to the builder, for the
49 Value *EmitStrNCpy(Value *Dst, Value *Src, Value *Len, IRBuilder<> &B,
/external/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp119 /// EmitStrNCpy - Emit a call to the strncpy function to the builder, for the
121 Value *llvm::EmitStrNCpy(Value *Dst, Value *Src, Value *Len, function in class:llvm
466 Value *Ret = EmitStrNCpy(CI->getArgOperand(0), CI->getArgOperand(1),

Completed in 244 milliseconds