LLVM  3.7.0
Public Types | Static Public Member Functions | List of all members
llvm::PointerLikeTypeTraits< Value * > Class Template Reference

#include <Value.h>

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 674 of file Value.h.

Member Enumeration Documentation

anonymous enum
Enumerator
NumLowBitsAvailable 

Definition at line 681 of file Value.h.

Member Function Documentation

static void* llvm::PointerLikeTypeTraits< Value * >::getAsVoidPointer ( PT  P)
inlinestatic

Definition at line 677 of file Value.h.

References P.

static PT llvm::PointerLikeTypeTraits< Value * >::getFromVoidPointer ( void *  P)
inlinestatic

Definition at line 678 of file Value.h.

References P.


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