LLVM API Documentation

Public Types | Static Public Member Functions
llvm::PointerLikeTypeTraits< Instruction * > Class Template Reference

#include <Instruction.h>

List of all members.

Public Types

enum  { NumLowBitsAvailable = 2 }

Static Public Member Functions

static void * getAsVoidPointer (PT P)
static PT getFromVoidPointer (void *P)

Detailed Description

template<>
class llvm::PointerLikeTypeTraits< Instruction * >

Definition at line 455 of file Instruction.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
NumLowBitsAvailable 

Definition at line 462 of file Instruction.h.


Member Function Documentation

static void* llvm::PointerLikeTypeTraits< Instruction * >::getAsVoidPointer ( PT  P) [inline, static]

Definition at line 458 of file Instruction.h.

static PT llvm::PointerLikeTypeTraits< Instruction * >::getFromVoidPointer ( void *  P) [inline, static]

Definition at line 459 of file Instruction.h.


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