Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h240 Value *emitFPutS(Value *Str, Value *File, IRBuilderBase &B,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1867 Value *llvm::emitFPutS(Value *Str, Value *File, IRBuilderBase &B, in emitFPutS() function in llvm
H A DSimplifyLibCalls.cpp3585 *CI, emitFPutS(CI->getArgOperand(2), CI->getArgOperand(0), B, TLI)); in optimizeFPrintFString()