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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h135 Value *emitStrLCat(Value *Dest, Value *Src, Value *Size, IRBuilder<> &B,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp998 Value *llvm::emitStrLCat(Value *Dest, Value *Src, Value *Size, IRBuilder<> &B, function in class:llvm
H A DSimplifyLibCalls.cpp3422 return emitStrLCat(CI->getArgOperand(0), CI->getArgOperand(1),

Completed in 184 milliseconds