Searched defs:getVTList (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/utils/TableGen/Common/ | ||
H A D | DAGISelMatcher.h | 1044 const SmallVectorImpl<MVT::SimpleValueType> &getVTList() const { return VTs; } getVTList() function |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | SelectionDAG.cpp | 10321 SDVTList SelectionDAG::getVTList(EVT VT) { getVTList() function in SelectionDAG |