LLVM API Documentation
#include <ScalarEvolutionExpressions.h>


Public Member Functions | |
| const SCEV * | getLHS () const |
| const SCEV * | getRHS () const |
| Type * | getType () const |
Static Public Member Functions | |
| static bool | classof (const SCEV *S) |
| Methods for support type inquiry through isa, cast, and dyn_cast: | |
Friends | |
| class | ScalarEvolution |
SCEVUDivExpr - This class represents a binary unsigned division operation.
Definition at line 246 of file ScalarEvolutionExpressions.h.
Methods for support type inquiry through isa, cast, and dyn_cast:
Definition at line 268 of file ScalarEvolutionExpressions.h.
References llvm::SCEV::getSCEVType(), and llvm::scUDivExpr.
| const SCEV* llvm::SCEVUDivExpr::getLHS | ( | ) | const [inline] |
Definition at line 255 of file ScalarEvolutionExpressions.h.
Referenced by BuildConstantFromSCEV(), llvm::SCEV::print(), llvm::SCEVTraversal< SV >::visitAll(), and llvm::SCEVRewriter::visitUDivExpr().
| const SCEV* llvm::SCEVUDivExpr::getRHS | ( | ) | const [inline] |
Definition at line 256 of file ScalarEvolutionExpressions.h.
Referenced by BuildConstantFromSCEV(), getType(), llvm::SCEV::print(), llvm::SCEVTraversal< SV >::visitAll(), and llvm::SCEVRewriter::visitUDivExpr().
| Type* llvm::SCEVUDivExpr::getType | ( | ) | const [inline] |
getType - Return the LLVM type of this SCEV expression.
Reimplemented from llvm::SCEV.
Definition at line 258 of file ScalarEvolutionExpressions.h.
References getRHS(), and llvm::SCEV::getType().
friend class ScalarEvolution [friend] |
Definition at line 247 of file ScalarEvolutionExpressions.h.