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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp82 /// makeVTList - Return an instance of the SDVTList struct initialized with the
84 static SDVTList makeVTList(const EVT *VTs, unsigned NumVTs) { function
7527 return makeVTList(SDNode::getValueTypeList(VT), 1);

Completed in 80 milliseconds