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

Declarations

include/llvm/Transforms/Utils/SimplifyLibCalls.h
  241   bool hasFloatVersion(StringRef FuncName);

References

lib/Transforms/Utils/SimplifyLibCalls.cpp
 1657       hasFloatVersion(Name))
 1765       hasFloatVersion(Name))
 1789   if ((Name == "fmin" || Name == "fmax") && hasFloatVersion(Name))
 1820   if (UnsafeFPShrink && hasFloatVersion(LogNm))
 2036   if (UnsafeFPShrink && Name == "tan" && hasFloatVersion(Name))
 2965     if (UnsafeFPShrink && hasFloatVersion(CI->getCalledFunction()->getName()))
 2969     if (hasFloatVersion(CI->getCalledFunction()->getName()))