Lines Matching refs:VTList
60 EEVT::TypeSet::TypeSet(ArrayRef<MVT::SimpleValueType> VTList) {61 assert(!VTList.empty() && "empty list?");62 TypeVec.append(VTList.begin(), VTList.end());64 if (!VTList.empty())65 assert(VTList[0] != MVT::iAny && VTList[0] != MVT::vAny &&66 VTList[0] != MVT::fAny);