Searched refs:memrefSize (Results 1 – 2 of 2) sorted by relevance
205 int64_t memrefSize = -1; in getTypeNumBytes() local207 memrefSize = std::max(memrefSize, shape.value() * strides[shape.index()]); in getTypeNumBytes()209 return (offset + memrefSize) * elementSize.getValue(); in getTypeNumBytes()383 Optional<int64_t> memrefSize = getTypeNumBytes(type); in convertMemrefType() local384 if (!memrefSize) { in convertMemrefType()390 auto arrayElemCount = *memrefSize / *elementSize; in convertMemrefType()
2107 int64_t memrefSize = op.getMemRefType().getDimSize(indicesIdx); in isInBounds() local2110 return cstOp.getValue() + vectorSize <= memrefSize; in isInBounds()