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