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

Declarations

include/llvm/IR/Constants.h
  322   bool isExactlyValue(const APFloat &V) const;

References

include/llvm/IR/Constants.h
  328     return isExactlyValue(FV);
lib/Target/SystemZ/SystemZTDC.cpp
  141   } else if (Const->isExactlyValue(Smallest)) {
  147   } else if (Const->isExactlyValue(NegSmallest)) {