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