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);
| Name | Description |
|---|---|
| V | LLVM Value Representation |
| FMF | Convenience struct for specifying and reasoning about fast-math flags. |