Concrete operator for the PtrToAddr instruction opcode.
Synopsis
Declared in <llvm/IR/Operator.h>
class PtrToAddrOperator
: public ConcreteOperator<Operator, Instruction::PtrToAddr>
Base Classes
Name |
Description |
|
A helper template for defining operators for individual opcodes. |
Member Functions
Name |
Description |
Return the number of operands. |
|
Return operand at index |
|
Method to return the address space of the pointer operand. |
|
Return the pointer operand of this ptrtoaddr. |
|
Method to return the pointer operand as a PointerType. |
|
|
|
|
|
Set operand at index |
Static Member Functions
Name |
Description |
Methods for support type inquiry through isa, cast, and dyn_cast. |
|
Return the operand index of the pointer operand (always 0). |
Protected Member Functions
Name |
Description |
|
Friends
Name |
Description |
A constant value that is initialized with an expression using other constant values. |
|
Incomplete type befriended for ptrtoaddr constant‐expression access. |
Created with MrDocs