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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp54 /// makeVTList - Return an instance of the SDVTList struct initialized with the
56 static SDVTList makeVTList(const EVT *VTs, unsigned NumVTs) { function
5121 return makeVTList(SDNode::getValueTypeList(VT), 1);

Completed in 88 milliseconds