LLVM: SameSignRange Struct Reference (original) (raw)

Represent a contiguous range of values sharing the same sign. More...

Detailed Description

Represent a contiguous range of values sharing the same sign.

Definition at line 533 of file ConstantFPRange.cpp.

Constructor & Destructor Documentation

Definition at line 541 of file ConstantFPRange.cpp.

References assert(), llvm::APFloatBase::cmpGreaterThan, FinitePart, llvm::APFloat::getLargest(), HasInf, HasNonZero, HasZero, isZero(), llvm::Lower, strictCompare(), and llvm::Upper.

Member Data Documentation

FinitePart

HasInf

bool SameSignRange::HasInf

HasNonZero

bool SameSignRange::HasNonZero

HasZero

bool SameSignRange::HasZero


The documentation for this struct was generated from the following file: