Searched refs:isDataTypeIntOrIVec8Bit (Results 1 – 2 of 2) sorted by relevance
285 inline bool isDataTypeIntOrIVec8Bit (DataType dataType) { return (dataType >= TYPE_INT8) … in isDataTypeIntOrIVec8Bit() function
73 needsInt8 |= isDataTypeIntOrIVec8Bit(dt) || isDataTypeUintOrUVec8Bit(dt); in useType()