Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:LE

1212   unsigned LB, LE;
1213 if (isLossyShiftLeft(MI, OpN, LB, LE) || isLossyShiftRight(MI, OpN, LB, LE)) {
1221 assert(LB <= LE && LB < Width && LE <= Width);
1222 T.reset(Begin+LB, Begin+LE);