Lines Matching refs:getValueAsInt
38 auto Number = VT->getValueAsInt("Value"); in run()
70 auto Value = VT->getValueAsInt("Value"); in run()
71 bool IsInteger = VT->getValueAsInt("isInteger"); in run()
72 bool IsFP = VT->getValueAsInt("isFP"); in run()
73 bool IsVector = VT->getValueAsInt("isVector"); in run()
74 bool IsScalable = VT->getValueAsInt("isScalable"); in run()
94 << VT->getValueAsInt("Size") << ", " in run()
95 << VT->getValueAsInt("isOverloaded") << ", " in run()
114 if (!VT || !VT->getValueAsInt("isVector")) in run()
121 << VT->getValueAsInt("isScalable") << ", " in run()
122 << VT->getValueAsInt("nElem") << ", " in run()
124 << ElTy->getValueAsInt("Size") << ")\n"; in run()