reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1250 unsigned Opc = MI.getOpcode(); 1257 if (isLossyShiftLeft(MI, OpN, LB, LE) || isLossyShiftRight(MI, OpN, LB, LE)) { 1257 if (isLossyShiftLeft(MI, OpN, LB, LE) || isLossyShiftRight(MI, OpN, LB, LE)) { 1258 assert(MI.getOperand(OpN).isReg()); 1259 BitTracker::RegisterRef RR = MI.getOperand(OpN);