Searched refs:finalShiftVal (Results 1 – 1 of 1) sorted by relevance
78 Value finalShiftVal = b.create<arith::ConstantIndexOp>(loc, shlBits); in permuteVectorOffset() local79 srcBits = b.createOrFold<arith::ShLIOp>(loc, srcBits, finalShiftVal); in permuteVectorOffset()81 Value finalShiftVal = b.create<arith::ConstantIndexOp>(loc, -1 * shlBits); in permuteVectorOffset() local82 srcBits = b.createOrFold<arith::ShRUIOp>(loc, srcBits, finalShiftVal); in permuteVectorOffset()85 Value finalShiftVal = b.create<arith::ConstantIndexOp>(loc, N); in permuteVectorOffset() local86 srcBits = b.createOrFold<arith::ShLIOp>(loc, srcBits, finalShiftVal); in permuteVectorOffset()