Searched defs:SDVTList (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h53 /// SDVTList - This represents a list of ValueType's that has been intern'd by
57 struct SDVTList { struct in namespace:llvm
561 SDVTList getVTList() const {
562 SDVTList X = { ValueList, NumValues };
694 static SDVTList getSDVTList(EVT VT) {
695 SDVTList Ret = { getValueTypeList(VT), 1 };
699 SDNode(unsigned Opc, unsigned Order, const DebugLoc dl, SDVTList VTs,
716 SDNode(unsigned Opc, unsigned Order, const DebugLoc dl, SDVTList VTs)
904 UnarySDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs, SDValue X)
915 BinarySDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VT
[all...]

Completed in 27 milliseconds