Searched refs:LeftPrevOpcode (Results 1 – 2 of 2) sorted by relevance
2030 unsigned LeftPrevOpcode = cast<Instruction>(Left[i - 1])->getOpcode(); in shouldReorderOperands() local2031 if (ILeft && LeftPrevOpcode == ILeft->getOpcode()) in shouldReorderOperands()2033 if (IRight && LeftPrevOpcode == IRight->getOpcode()) in shouldReorderOperands()
2756 unsigned LeftPrevOpcode = cast<Instruction>(Left[i - 1])->getOpcode(); in shouldReorderOperands() local2757 if (ILeft && LeftPrevOpcode == ILeft->getOpcode()) in shouldReorderOperands()2759 if (IRight && LeftPrevOpcode == IRight->getOpcode()) in shouldReorderOperands()