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

/external/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h101 /// EmitFPutS - Emit a call to the puts function. Str is required to be a
103 Value *EmitFPutS(Value *Str, Value *File, IRBuilder<> &B, const DataLayout *TD,
/external/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp396 /// EmitFPutS - Emit a call to the puts function. Str is required to be a
398 Value *llvm::EmitFPutS(Value *Str, Value *File, IRBuilder<> &B, function in class:llvm
H A DSimplifyLibCalls.cpp1559 return EmitFPutS(CI->getArgOperand(2), CI->getArgOperand(0), B, TD, TLI);

Completed in 96 milliseconds