Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h180 Value *emitStrNCat(Value *Dest, Value *Src, Value *Size, IRBuilderBase &B,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1652 Value *llvm::emitStrNCat(Value *Dest, Value *Src, Value *Size, IRBuilderBase &B, in emitStrNCat() function in llvm
H A DSimplifyLibCalls.cpp3968 emitStrNCat(CI->getArgOperand(0), CI->getArgOperand(1), in optimizeStrNCatChk()