Determine known floating‐point classes for V.

Synopsis

Declared in <llvm/Analysis/ValueTracking.h>

KnownFPClass
computeKnownFPClass(
    Value const* V,
    FPClassTest InterestedClasses,
    SimplifyQuery const& SQ,
    unsigned int Depth = 0);

Return Value

Known floating‐point classes for V.

Parameters

Name

Description

V

Floating‐point value to analyze.

InterestedClasses

FP classes the caller is interested in.

SQ

Simplify query providing context for the analysis.

Depth

Current recursion depth for this query.

Created with MrDocs