Searched refs:isLossyShiftRight (Results 1 – 1 of 1) sorted by relevance
1090 bool isLossyShiftRight(const MachineInstr &MI, unsigned OpN,1168 bool RedundantInstrElimination::isLossyShiftRight(const MachineInstr &MI, in isLossyShiftRight() function in RedundantInstrElimination1287 if (isLossyShiftLeft(MI, OpN, LB, LE) || isLossyShiftRight(MI, OpN, LB, LE)) { in computeUsedBits()