Searched refs:isDataTypeUintOrUVec16Bit (Results 1 – 2 of 2) sorted by relevance
288 inline bool isDataTypeUintOrUVec16Bit (DataType dataType) { return (dataType >= TYPE_UINT16) … in isDataTypeUintOrUVec16Bit() function
74 needsInt16 |= isDataTypeIntOrIVec16Bit(dt) || isDataTypeUintOrUVec16Bit(dt); in useType()