Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:ShiftAmt

724   unsigned ShiftAmt = SVOp->getMaskElt(i);
725 if (ShiftAmt < i) return -1;
726 ShiftAmt -= i;
731 if (!isConstantOrUndef(SVOp->getMaskElt(i), ShiftAmt+i))
736 if (!isConstantOrUndef(SVOp->getMaskElt(i), (ShiftAmt+i) & 15))
739 return ShiftAmt;