Lines Matching refs:getValueAsBit
33 bool IsVector = VT->getValueAsBit("isVector"); in VTtoGetLLVMTyString()
35 OS << (VT->getValueAsBit("isScalable") ? "Scalable" : "Fixed") in VTtoGetLLVMTyString()
41 if (OutputVT->getValueAsBit("isFP")) { in VTtoGetLLVMTyString()
64 } else if (OutputVT->getValueAsBit("isInteger")) { in VTtoGetLLVMTyString()
118 bool IsInteger = VT->getValueAsBit("isInteger"); in run()
119 bool IsFP = VT->getValueAsBit("isFP"); in run()
120 bool IsVector = VT->getValueAsBit("isVector"); in run()
121 bool IsScalable = VT->getValueAsBit("isScalable"); in run()
122 bool IsNormalValueType = VT->getValueAsBit("isNormalValueType"); in run()
146 << VT->getValueAsBit("isOverloaded") << ", " in run()
167 if (!VT || !VT->getValueAsBit("isVector")) in run()
174 << VT->getValueAsBit("isScalable") << ", " in run()
185 bool IsInteger = VT->getValueAsBit("isInteger"); in run()
186 bool IsVector = VT->getValueAsBit("isVector"); in run()
187 bool IsFP = VT->getValueAsBit("isFP"); in run()