Home
last modified time | relevance | path

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

/trueos/contrib/llvm/utils/TableGen/
HDCodeGenRegisters.h292 MVT::SimpleValueType getValueTypeNum(unsigned VTNum) const { in getValueTypeNum() argument
293 if (VTNum < VTs.size()) in getValueTypeNum()
294 return VTs[VTNum]; in getValueTypeNum()