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 |
SCEVMulExpr - This node represents multiplication of some number of SCEVs.
Definition at line 227 of file ScalarEvolutionExpressions.h.
Methods for support type inquiry through isa, cast, and dyn_cast:
Reimplemented from llvm::SCEVCommutativeExpr.
Definition at line 237 of file ScalarEvolutionExpressions.h.
References llvm::SCEV::getSCEVType(), and llvm::scMulExpr.
friend class ScalarEvolution [friend] |
Definition at line 228 of file ScalarEvolutionExpressions.h.