ΒΆbool isConstTrueVal(
    const llvm::TargetLowering& TLI,
    int64_t Val,
    bool IsVector,
    bool IsFP)

Description

Returns true if given the TargetLowering's boolean contents information, the value \p Val contains a true value.

Declared at: llvm/include/llvm/CodeGen/GlobalISel/Utils.h:489

Parameters

const llvm::TargetLowering& TLI
int64_t Val
bool IsVector
bool IsFP