Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:ShiftAmt

591   unsigned ShiftAmt = SVOp->getMaskElt(i);
592 if (ShiftAmt < i) return -1;
593 ShiftAmt -= i;
598 if (!isConstantOrUndef(SVOp->getMaskElt(i), ShiftAmt+i))
603 if (!isConstantOrUndef(SVOp->getMaskElt(i), (ShiftAmt+i) & 15))
606 return ShiftAmt;