reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Utils/SimplifyLibCalls.cpp
 2648   Function *Callee = CI->getCalledFunction();
 2650   if (Value *V = optimizeFPrintFString(CI, B)) {
 2656   if (TLI->has(LibFunc_fiprintf) && !callHasFloatingPointArgument(CI)) {
 2660     CallInst *New = cast<CallInst>(CI->clone());
 2668   if (TLI->has(LibFunc_small_fprintf) && !callHasFP128Argument(CI)) {
 2673     CallInst *New = cast<CallInst>(CI->clone());