class SCEVUDivExpr
Declaration
class SCEVUDivExpr : public SCEV { /* full declaration omitted */ };
Description
This class represents a binary unsigned division operation.
Declared at: llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h:259
Inherits from: SCEV
Member Variables
Inherited from SCEV:
Method Overview
- public static bool classof(const llvm::SCEV * S)
- public const llvm::SCEV * getLHS() const
- public const llvm::SCEV * getRHS() const
- public llvm::Type * getType() const
Inherited from SCEV:
- public dump
- public getExpressionSize
- public getSCEVType
- public getType
- public isAllOnesValue
- public isNonConstantNegative
- public isOne
- public isZero
- public print
Inherited from FoldingSetBase::Node:
Methods
¶static bool classof(const llvm::SCEV* S)
static bool classof(const llvm::SCEV* S)
Description
Methods for support type inquiry through isa, cast, and dyn_cast:
Declared at: llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h:283
Parameters
- const llvm::SCEV* S
¶const llvm::SCEV* getLHS() const
const llvm::SCEV* getLHS() const
Declared at: llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h:270
¶const llvm::SCEV* getRHS() const
const llvm::SCEV* getRHS() const
Declared at: llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h:271
¶llvm::Type* getType() const
llvm::Type* getType() const
Declared at: llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h:273