LLVM API Documentation
#include <ScalarEvolutionExpressions.h>


Static Public Member Functions | |
| static bool | classof (const SCEV *S) |
| Methods for support type inquiry through isa, cast, and dyn_cast: | |
Friends | |
| class | ScalarEvolution |
SCEVSMaxExpr - This class represents a signed maximum selection.
Definition at line 442 of file ScalarEvolutionExpressions.h.
| static bool llvm::SCEVSMaxExpr::classof | ( | const SCEV * | S | ) | [inline, static] |
Methods for support type inquiry through isa, cast, and dyn_cast:
Reimplemented from llvm::SCEVCommutativeExpr.
Definition at line 454 of file ScalarEvolutionExpressions.h.
References llvm::SCEV::getSCEVType(), and llvm::scSMaxExpr.
friend class ScalarEvolution [friend] |
Definition at line 443 of file ScalarEvolutionExpressions.h.