Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h173 Value *emitStrLCat(Value *Dest, Value *Src, Value *Size, IRBuilderBase &B,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1642 Value *llvm::emitStrLCat(Value *Dest, Value *Src, Value *Size, IRBuilderBase &B, in emitStrLCat() function in llvm
H A DSimplifyLibCalls.cpp4069 emitStrLCat(CI->getArgOperand(0), CI->getArgOperand(1), in optimizeStrLCat()