Searched refs:OpScalarSize (Results 1 – 1 of 1) sorted by relevance
22382 unsigned OpScalarSize = Op.getScalarValueSizeInBits(); in performVectorShiftCombine() local22385 assert(OpScalarSize > ShiftImm && "Invalid shift imm"); in performVectorShiftCombine()22398 APInt ShiftedOutBits = APInt::getLowBitsSet(OpScalarSize, ShiftImm); in performVectorShiftCombine()