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

References

include/llvm/Analysis/TargetLibraryInfo.h
  284     case LibFunc_exp2:         case LibFunc_exp2f:      case LibFunc_exp2l:
lib/Analysis/ConstantFolding.cpp
 1866     case LibFunc_exp2f:
 2530       case LibFunc_exp2f:
lib/Analysis/TargetLibraryInfo.cpp
  262       TLI.setUnavailable(LibFunc_exp2f);
 1284   case LibFunc_exp2f:
lib/Analysis/ValueTracking.cpp
 2822   case LibFunc_exp2f:
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 7659       case LibFunc_exp2f:
lib/Transforms/Utils/LibCallsShrinkWrap.cpp
  202   case LibFunc_exp2f:
  387   case LibFunc_exp2f: // RangeError: (x < -149 || x > 127)
lib/Transforms/Utils/SimplifyLibCalls.cpp
 1473       case LibFunc_exp2f: case LibFunc_exp2: case LibFunc_exp2l:
 1476         LibFnFloat = LibFunc_exp2f;
 1517   if (hasFloatFn(TLI, Ty, LibFunc_exp2, LibFunc_exp2f, LibFunc_exp2l)) {
 1534         return emitUnaryFloatFnCall(FMul, TLI, LibFunc_exp2, LibFunc_exp2f,
 1560       else if (hasFloatFn(TLI, Ty, LibFunc_exp2, LibFunc_exp2f, LibFunc_exp2l))
 1561         return emitUnaryFloatFnCall(FMul, TLI, LibFunc_exp2, LibFunc_exp2f,
 1836       Exp2Lb = LibFunc_exp2f;
 1857       Exp2Lb = LibFunc_exp2f;
 1878       Exp2Lb = LibFunc_exp2f;
 1903       Exp2Lb = LibFunc_exp2f;
 2908   case LibFunc_exp2f: