Return true if the floating-point value V is known to be an integer value.
Declared in <llvm/Analysis/ValueTracking.h>
bool
isKnownIntegral(
Value const* V,
SimplifyQuery const& SQ,
FastMathFlags FMF);
True if V is known to be an integral floating-point value.
| Name | Description |
|---|---|
| V | Floating-point value to test. |
| SQ | Simplify query providing context for the analysis. |
| FMF | Fast-math flags that apply to the query. |