LLVM API Documentation
#include <SelectionDAG.h>


Public Member Functions | |
| SDVTListNode (const FoldingSetNodeIDRef ID, const EVT *VT, unsigned int Num) | |
| SDVTList | getSDVTList () |
Friends | |
| struct | FoldingSetTrait< SDVTListNode > |
Definition at line 42 of file SelectionDAG.h.
| llvm::SDVTListNode::SDVTListNode | ( | const FoldingSetNodeIDRef | ID, |
| const EVT * | VT, | ||
| unsigned int | Num | ||
| ) | [inline] |
Definition at line 54 of file SelectionDAG.h.
References llvm::FoldingSetNodeIDRef::ComputeHash().
| SDVTList llvm::SDVTListNode::getSDVTList | ( | ) | [inline] |
Definition at line 58 of file SelectionDAG.h.
Referenced by llvm::SelectionDAG::getVTList().
friend struct FoldingSetTrait< SDVTListNode > [friend] |
Definition at line 43 of file SelectionDAG.h.