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
542 SDVTList getVTList() const {
543 SDVTList X = { ValueList, NumValues };
672 static SDVTList getSDVTList(EVT VT) {
673 SDVTList Ret = { getValueTypeList(VT), 1 };
677 SDNode(unsigned Opc, const DebugLoc dl, SDVTList VTs, const SDValue *Ops,
694 SDNode(unsigned Opc, const DebugLoc dl, SDVTList VTs)
830 UnarySDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, SDValue X)
841 BinarySDNode(unsigned Opc, DebugLoc dl, SDVTList VT
[all...]

Completed in 38 milliseconds