Searched refs:MaskShift (Results 1 – 4 of 4) sorted by relevance
282 APInt MaskShift = APInt(Len, Len - 8); in tryToRecognizePopCount() local289 match(Op1, m_SpecificInt(MaskShift))) { in tryToRecognizePopCount()
93 unsigned MaskShift = IsSecondShiftLeft ? TypeWidth - SecondShiftAmt in canEvaluateShiftedShift() local95 APInt Mask = APInt::getLowBitsSet(TypeWidth, FirstShiftAmt) << MaskShift; in canEvaluateShiftedShift()
455 unsigned MaskShift = in canEvaluateShiftedShift() local457 APInt Mask = APInt::getLowBitsSet(TypeWidth, OuterShAmt) << MaskShift; in canEvaluateShiftedShift()
9112 unsigned MaskShift = (NumHalfWords - 1 - i) * 4; in lowerToVINSERTH() local9113 Mask |= ((uint32_t)(N->getMaskElt(i * 2) / 2) << MaskShift); in lowerToVINSERTH()9133 unsigned MaskShift = (NumHalfWords - 1 - i) * 4; in lowerToVINSERTH() local9134 uint32_t MaskOneElt = (Mask >> MaskShift) & 0xF; in lowerToVINSERTH()9135 uint32_t MaskOtherElts = ~(0xF << MaskShift); in lowerToVINSERTH()