Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:ShiftAmt

787   unsigned ShiftAmt = SVOp->getMaskElt(i);
788 if (ShiftAmt < i) return -1;
789 ShiftAmt -= i;
794 if (!isConstantOrUndef(SVOp->getMaskElt(i), ShiftAmt+i))
799 if (!isConstantOrUndef(SVOp->getMaskElt(i), (ShiftAmt+i) & 15))
802 return ShiftAmt;