LLVM API Documentation
#include <X86IntrinsicsInfo.h>
Public Member Functions | |
bool | operator< (const IntrinsicData &RHS) const |
bool | operator== (const IntrinsicData &RHS) const |
Public Attributes | |
unsigned | Id |
IntrinsicType | Type |
unsigned | Opc0 |
unsigned | Opc1 |
Definition at line 26 of file X86IntrinsicsInfo.h.
bool llvm::IntrinsicData::operator< | ( | const IntrinsicData & | RHS | ) | const [inline] |
Definition at line 33 of file X86IntrinsicsInfo.h.
References Id.
bool llvm::IntrinsicData::operator== | ( | const IntrinsicData & | RHS | ) | const [inline] |
Definition at line 36 of file X86IntrinsicsInfo.h.
References Id.
Definition at line 28 of file X86IntrinsicsInfo.h.
Referenced by operator<(), and operator==().
Definition at line 30 of file X86IntrinsicsInfo.h.
Referenced by LowerINTRINSIC_W_CHAIN(), and LowerINTRINSIC_WO_CHAIN().
Definition at line 31 of file X86IntrinsicsInfo.h.
Referenced by LowerINTRINSIC_W_CHAIN(), and LowerINTRINSIC_WO_CHAIN().
Definition at line 29 of file X86IntrinsicsInfo.h.
Referenced by LowerINTRINSIC_W_CHAIN(), and LowerINTRINSIC_WO_CHAIN().