Home
last modified time | relevance | path

Searched refs:emitStpNCpy (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
DBuildLibCalls.h90 Value *emitStpNCpy(Value *Dst, Value *Src, Value *Len, IRBuilderBase &B,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp1290 Value *llvm::emitStpNCpy(Value *Dst, Value *Src, Value *Len, IRBuilderBase &B, in emitStpNCpy() function in llvm
DSimplifyLibCalls.cpp3383 return emitStpNCpy(CI->getArgOperand(0), CI->getArgOperand(1), in optimizeStrpNCpyChk()