Searched refs:MaskShift (Results 1 – 3 of 3) sorted by relevance
299 APInt MaskShift = APInt(Len, Len - 8); in tryToRecognizePopCount() local306 match(Op1, m_SpecificInt(MaskShift))) { in tryToRecognizePopCount()
541 unsigned MaskShift = in canEvaluateShiftedShift() local543 APInt Mask = APInt::getLowBitsSet(TypeWidth, OuterShAmt) << MaskShift; in canEvaluateShiftedShift()
9823 unsigned MaskShift = (NumHalfWords - 1 - i) * 4; in lowerToVINSERTH() local9824 Mask |= ((uint32_t)(N->getMaskElt(i * 2) / 2) << MaskShift); in lowerToVINSERTH()9844 unsigned MaskShift = (NumHalfWords - 1 - i) * 4; in lowerToVINSERTH() local9845 uint32_t MaskOneElt = (Mask >> MaskShift) & 0xF; in lowerToVINSERTH()9846 uint32_t MaskOtherElts = ~(0xF << MaskShift); in lowerToVINSERTH()