Lines Matching defs:OpWidth
1576 unsigned OpWidth = cast<FixedVectorType>(Shuffle->getOperand(0)->getType())
1586 APInt LeftDemanded(OpWidth, 1);
1587 APInt LHSPoisonElts(OpWidth, 0);
1596 APInt LeftDemanded(OpWidth, 0), RightDemanded(OpWidth, 0);
1601 assert(MaskVal < OpWidth * 2 &&
1603 if (MaskVal < OpWidth)
1606 RightDemanded.setBit(MaskVal - OpWidth);
1611 APInt LHSPoisonElts(OpWidth, 0);
1614 APInt RHSPoisonElts(OpWidth, 0);
1628 if (VWidth == OpWidth) {
1653 } else if (MaskVal < OpWidth) {
1658 LHSIdx = LHSIdx == -1u ? i : OpWidth;
1659 LHSValIdx = LHSValIdx == -1u ? MaskVal : OpWidth;
1663 if (RHSPoisonElts[MaskVal - OpWidth]) {
1667 RHSIdx = RHSIdx == -1u ? i : OpWidth;
1668 RHSValIdx = RHSValIdx == -1u ? MaskVal - OpWidth : OpWidth;
1669 RHSUniform = RHSUniform && (MaskVal - OpWidth == i);
1678 if (OpWidth ==
1685 if (LHSIdx < OpWidth && RHSUniform) {
1692 if (RHSIdx < OpWidth && LHSUniform) {