Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h235 Value *emitFPutC(Value *Char, Value *File, IRBuilderBase &B,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3577 return copyFlags(*CI, emitFPutC(V, CI->getArgOperand(0), B, TLI)); in optimizeFPrintFString()
3645 Value *NewCI = emitFPutC(Cast, CI->getArgOperand(3), B, TLI); in optimizeFWrite()
H A DBuildLibCalls.cpp1847 Value *llvm::emitFPutC(Value *Char, Value *File, IRBuilderBase &B, in emitFPutC() function in llvm