LLVM API Documentation

Public Member Functions | Static Public Member Functions | Friends
llvm::SCEVUDivExpr Class Reference

#include <ScalarEvolutionExpressions.h>

Inheritance diagram for llvm::SCEVUDivExpr:
Inheritance graph
[legend]
Collaboration diagram for llvm::SCEVUDivExpr:
Collaboration graph
[legend]

List of all members.

Public Member Functions

const SCEVgetLHS () const
const SCEVgetRHS () const
TypegetType () 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

Detailed Description

SCEVUDivExpr - This class represents a binary unsigned division operation.

Definition at line 251 of file ScalarEvolutionExpressions.h.


Member Function Documentation

static bool llvm::SCEVUDivExpr::classof ( const SCEV S) [inline, static]

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

Definition at line 273 of file ScalarEvolutionExpressions.h.

References llvm::SCEV::getSCEVType(), and llvm::scUDivExpr.

const SCEV* llvm::SCEVUDivExpr::getLHS ( ) const [inline]
const SCEV* llvm::SCEVUDivExpr::getRHS ( ) const [inline]
Type* llvm::SCEVUDivExpr::getType ( ) const [inline]

getType - Return the LLVM type of this SCEV expression.

Reimplemented from llvm::SCEV.

Definition at line 263 of file ScalarEvolutionExpressions.h.

References getRHS(), and llvm::SCEV::getType().


Friends And Related Function Documentation

friend class ScalarEvolution [friend]

Definition at line 252 of file ScalarEvolutionExpressions.h.


The documentation for this class was generated from the following file: