class PtrToIntOperator

Declaration

class PtrToIntOperator { /* full declaration omitted */ };

Declared at: llvm/include/llvm/IR/Operator.h:559

Method Overview

Methods

unsigned int getPointerAddressSpace() const

Description

Method to return the address space of the pointer operand.

Declared at: llvm/include/llvm/IR/Operator.h:582

llvm::Value* getPointerOperand()

Declared at: llvm/include/llvm/IR/Operator.h:565

const llvm::Value* getPointerOperand() const

Declared at: llvm/include/llvm/IR/Operator.h:568

static unsigned int getPointerOperandIndex()

Declared at: llvm/include/llvm/IR/Operator.h:572

llvm::Type* getPointerOperandType() const

Description

Method to return the pointer operand as a PointerType.

Declared at: llvm/include/llvm/IR/Operator.h:577