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

References

lib/Transforms/Utils/SimplifyLibCalls.cpp
 2714   optimizeErrorReporting(CI, B, 1);
 2718   bool OptForSize = CI->getFunction()->hasOptSize() ||
 2719                     llvm::shouldOptimizeForSize(CI->getParent(), PSI, BFI);
 2724   if (!CI->use_empty()) {
 2725     if (isLocallyOpenedFile(CI->getArgOperand(1), CI, B, TLI))
 2725     if (isLocallyOpenedFile(CI->getArgOperand(1), CI, B, TLI))
 2726       return emitFPutSUnlocked(CI->getArgOperand(0), CI->getArgOperand(1), B,
 2726       return emitFPutSUnlocked(CI->getArgOperand(0), CI->getArgOperand(1), B,
 2734   uint64_t Len = GetStringLength(CI->getArgOperand(0));
 2740       CI->getArgOperand(0),
 2741       ConstantInt::get(DL.getIntPtrType(CI->getContext()), Len - 1),
 2742       CI->getArgOperand(1), B, DL, TLI);