Lines Matching defs:srcBits
528 int srcBits = memrefType.getElementType().getIntOrFloatBitWidth();
529 bool isBool = srcBits == 1;
531 srcBits = typeConverter.getOptions().boolNumBits;
554 assert(dstBits % srcBits == 0);
558 if (srcBits == dstBits) {
587 srcBits, dstBits, rewriter);
600 Value offset = getOffsetForBitwidth(loc, lastDim, srcBits, dstBits, rewriter);
606 loc, dstType, rewriter.getIntegerAttr(dstType, (1 << srcBits) - 1));
614 rewriter.getIntegerAttr(dstType, dstBits - srcBits);
672 int srcBits = memrefType.getElementType().getIntOrFloatBitWidth();
674 bool isBool = srcBits == 1;
676 srcBits = typeConverter.getOptions().boolNumBits;
706 assert(dstBits % srcBits == 0);
708 if (srcBits == dstBits) {
745 Value offset = getOffsetForBitwidth(loc, lastDim, srcBits, dstBits, rewriter);
750 loc, dstType, rewriter.getIntegerAttr(dstType, (1 << srcBits) - 1));
758 srcBits, dstBits, rewriter);