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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h139 Value *emitStrNCat(Value *Dest, Value *Src, Value *Size, IRBuilder<> &B,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1005 Value *llvm::emitStrNCat(Value *Dest, Value *Src, Value *Size, IRBuilder<> &B, function in class:llvm
H A DSimplifyLibCalls.cpp3431 return emitStrNCat(CI->getArgOperand(0), CI->getArgOperand(1),

Completed in 68 milliseconds