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);

Parameters

NameDescription
PThis class represents an assumption made using SCEV expressions which can be checked at run-time.