LLVM API Documentation

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

#include <Operator.h>

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

List of all members.

Public Member Functions

ValuegetPointerOperand ()
const ValuegetPointerOperand () const
TypegetPointerOperandType () const
unsigned getPointerAddressSpace () const

Static Public Member Functions

static unsigned getPointerOperandIndex ()

Friends

class PtrToInt
class ConstantExpr

Detailed Description

Definition at line 487 of file Operator.h.


Member Function Documentation

getPointerAddressSpace - Method to return the address space of the pointer operand.

Definition at line 511 of file Operator.h.

Definition at line 493 of file Operator.h.

References llvm::User::getOperand().

Definition at line 496 of file Operator.h.

References llvm::User::getOperand().

Definition at line 499 of file Operator.h.

getPointerOperandType - Method to return the pointer operand as a PointerType.

Definition at line 505 of file Operator.h.

References getPointerOperand().


Friends And Related Function Documentation

friend class ConstantExpr [friend]

Definition at line 490 of file Operator.h.

friend class PtrToInt [friend]

Definition at line 489 of file Operator.h.


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