Lines Matching defs:elementSize
190 auto elementSize = getTypeNumBytes(options, complexType.getElementType());
191 if (!elementSize)
193 return 2 * *elementSize;
197 auto elementSize = getTypeNumBytes(options, vecType.getElementType());
198 if (!elementSize)
200 return vecType.getNumElements() * *elementSize;
215 auto elementSize = getTypeNumBytes(options, memRefType.getElementType());
216 if (!elementSize)
220 return elementSize;
232 return (offset + memrefSize) * *elementSize;
239 auto elementSize = getTypeNumBytes(options, tensorType.getElementType());
240 if (!elementSize)
243 int64_t size = *elementSize;