Searched defs:IFDataType (Results 1 – 1 of 1) sorted by relevance
115 struct IFDataType struct117 IFDataType(uint32_t numE, NumberType elementT) : numElements(numE), elementType(elementT) in IFDataType() argument123 … IFDataType(const IFDataType &that) : numElements(that.numElements), elementType(that.elementType) in IFDataType() function128 uint32_t getNumBytes(void) const in getNumBytes()139 bool elementIs32bit(void) const in elementIs32bit()143 bool elementIs64bit(void) const in elementIs64bit()148 bool isVector(void) const in isVector()153 uint32_t numElements;154 NumberType elementType;