Searched refs:isUintOut (Results 1 – 2 of 2) sorted by relevance
1839 …const bool isUintOut = (funcInfo.outValue & (VALUE_UINT | VALUE_UINT_VEC | VALUE_UINT_GENTYPE)… in init() local1840 const bool isFloatOut = !isBoolOut && !isIntOut && !isUintOut; in init()1854 : isUintOut ? s_uintTypes[outScalarSize - 1] in init()
1879 …bool isUintOut = (funcInfo.outValue & (VALUE_UINT | VALUE_UINT_VEC | VALUE_UINT_GENTYPE)) != … in init() local1880 bool isFloatOut = !isBoolOut && !isIntOut && !isUintOut; in init()1894 : isUintOut ? s_uintTypes[outScalarSize - 1] in init()