llvm::SCEVComparePredicate::classof

Methods for support type inquiry through isa, cast, and dyn_cast:

Synopsis

Declared in <llvm/Analysis/ScalarEvolution.h>

static
bool
classof(SCEVPredicate const* P);

Return Value

True if P is a SCEVComparePredicate.

Parameters

NameDescription
PPredicate to test.