class AddrSpaceCastOperator

Declaration

class AddrSpaceCastOperator : public ConcreteOperator { /* full declaration omitted */ };

Description

A helper template for defining operators for individual opcodes.

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

Inherits from: ConcreteOperator

Method Overview

Methods

unsigned int getDestAddressSpace() const

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

llvm::Value* getPointerOperand()

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

const llvm::Value* getPointerOperand() const

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

unsigned int getSrcAddressSpace() const

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