Return true if the floating‐point value V is known to be an integer value.

Synopsis

Declared in <llvm/Analysis/ValueTracking.h>

bool
isKnownIntegral(
    Value const* V,
    SimplifyQuery const& SQ,
    FastMathFlags FMF);

Return Value

True if V is known to be an integral floating‐point value.

Parameters

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.

Created with MrDocs