Searched refs:getValueTypeList (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h354 /// getValueTypeList - Return a pointer to the specified value type.
355 static const EVT *getValueTypeList(EVT VT);
697 SDVTList Ret = { getValueTypeList(VT), 1 };
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4986 return makeVTList(SDNode::getValueTypeList(VT), 1);
6111 /// getValueTypeList - Return a pointer to the specified value type.
6113 const EVT *SDNode::getValueTypeList(EVT VT) { function in class:SDNode

Completed in 76 milliseconds