Home
last modified time | relevance | path

Searched refs:isLossyShiftRight (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp1008 bool isLossyShiftRight(const MachineInstr &MI, unsigned OpN,
1085 bool RedundantInstrElimination::isLossyShiftRight(const MachineInstr &MI, in isLossyShiftRight() function in RedundantInstrElimination
1205 if (isLossyShiftLeft(MI, OpN, LB, LE) || isLossyShiftRight(MI, OpN, LB, LE)) { in computeUsedBits()