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

Synopsis

Declared in <llvm/Analysis/ScalarEvolutionExpressions.h>

static
bool
classof(SCEV const* S);

Return Value

True if S is a SCEVSignExtendExpr.

Parameters

Name

Description

S

SCEV to test.

Created with MrDocs