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