Lines Matching defs:srcBits
78 Value srcBits = b.create<arith::ConstantIndexOp>(loc, mask);
79 srcBits = b.create<arith::AndIOp>(loc, src, srcBits);
87 srcBits = b.createOrFold<arith::ShLIOp>(loc, srcBits, finalShiftVal);
90 srcBits = b.createOrFold<arith::ShRUIOp>(loc, srcBits, finalShiftVal);
94 srcBits = b.createOrFold<arith::ShLIOp>(loc, srcBits, finalShiftVal);
98 b.create<arith::XOrIOp>(loc, indices[tgtDim], srcBits);