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

/external/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h50 /// EmitStrCpy - Emit a call to the strcpy function to the builder, for the
52 Value *EmitStrCpy(Value *Dst, Value *Src, IRBuilder<> &B,
/external/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp150 /// EmitStrCpy - Emit a call to the strcpy function to the builder, for the
152 Value *llvm::EmitStrCpy(Value *Dst, Value *Src, IRBuilder<> &B, function in class:llvm
557 Value *Ret = EmitStrCpy(CI->getArgOperand(0), CI->getArgOperand(1), B, TD,
H A DSimplifyLibCalls.cpp251 Value *Ret = EmitStrCpy(Dst, Src, B, TD, TLI, Name.substr(2, 6));
298 Value *Ret = EmitStrCpy(Dst, Src, B, TD, TLI, Name.substr(2, 6));

Completed in 212 milliseconds