Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h130 Value *emitStrCat(Value *Dest, Value *Src, IRBuilderBase &B,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1385 Value *llvm::emitStrCat(Value *Dest, Value *Src, IRBuilderBase &B, in emitStrCat() function in llvm
H A DSimplifyLibCalls.cpp3420 return emitStrCat(CI->getArgOperand(0), CI->getArgOperand(1), B, TLI); in optimizeStrCatChk()