Searched refs:MaskShift (Results 1 – 3 of 3) sorted by relevance
93 unsigned MaskShift = IsSecondShiftLeft ? TypeWidth - SecondShiftAmt in canEvaluateShiftedShift() local95 APInt Mask = APInt::getLowBitsSet(TypeWidth, FirstShiftAmt) << MaskShift; in canEvaluateShiftedShift()
102 unsigned MaskShift = in canEvaluateShiftedShift() local104 APInt Mask = APInt::getLowBitsSet(TypeWidth, OuterShAmt) << MaskShift; in canEvaluateShiftedShift()
8280 unsigned MaskShift = (NumHalfWords - 1 - i) * 4; in lowerToVINSERTH() local8281 Mask |= ((uint32_t)(N->getMaskElt(i * 2) / 2) << MaskShift); in lowerToVINSERTH()8301 unsigned MaskShift = (NumHalfWords - 1 - i) * 4; in lowerToVINSERTH() local8302 uint32_t MaskOneElt = (Mask >> MaskShift) & 0xF; in lowerToVINSERTH()8303 uint32_t MaskOtherElts = ~(0xF << MaskShift); in lowerToVINSERTH()