Searched refs:VTNum (Results 1 – 1 of 1) sorted by relevance
382 const ValueTypeByHwMode &getValueTypeNum(unsigned VTNum) const { in getValueTypeNum() argument383 if (VTNum < VTs.size()) in getValueTypeNum()384 return VTs[VTNum]; in getValueTypeNum()