LLVM API Documentation

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

#include <Value.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< Value * >

Definition at line 411 of file Value.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
NumLowBitsAvailable 

Definition at line 418 of file Value.h.


Member Function Documentation

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

Definition at line 414 of file Value.h.

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

Definition at line 415 of file Value.h.


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