Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp89 static SDVTList makeVTList(const EVT *VTs, unsigned NumVTs) { in makeVTList() function
10939 return makeVTList(SDNode::getValueTypeList(VT.getSimpleVT()), 1); in getVTList()
10941 return makeVTList(&(*EVTs.insert(VT).first), 1); in getVTList()