Test an APInt immediate predicate against Imm.

Synopsis

Declared in <llvm/CodeGen/GlobalISel/GIMatchTableExecutor.h>

virtual
bool
testImmPredicate_APInt(
    unsigned int PredicateID,
    APInt const& Imm) const;

Return Value

True if the APInt immediate predicate holds for Imm.

Parameters

Name

Description

PredicateID

‐ Generated immediate predicate ID.

Imm

‐ Immediate value to test.

Created with MrDocs