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

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h347 /// getValueTypeList - Return a pointer to the specified value type.
348 static const EVT *getValueTypeList(EVT VT);
680 SDVTList Ret = { getValueTypeList(VT), 1 };
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4829 return makeVTList(SDNode::getValueTypeList(VT), 1);
5950 /// getValueTypeList - Return a pointer to the specified value type.
5952 const EVT *SDNode::getValueTypeList(EVT VT) { function in class:SDNode

Completed in 275 milliseconds