reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1257 if (isLossyShiftLeft(MI, OpN, LB, LE) || isLossyShiftRight(MI, OpN, LB, LE)) { 1257 if (isLossyShiftLeft(MI, OpN, LB, LE) || isLossyShiftRight(MI, OpN, LB, LE)) { 1265 assert(LB <= LE && LB < Width && LE <= Width); 1265 assert(LB <= LE && LB < Width && LE <= Width); 1266 T.reset(Begin+LB, Begin+LE);