HomeSort by relevance Sort by last modified time
    Searched refs:EmitStrNCpy (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h 47 /// 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/
BuildLibCalls.cpp 119 /// EmitStrNCpy - Emit a call to the strncpy function to the builder, for the
121 Value *llvm::EmitStrNCpy(Value *Dst, Value *Src, Value *Len,
466 Value *Ret = EmitStrNCpy(CI->getArgOperand(0), CI->getArgOperand(1),

Completed in 39 milliseconds