Searched refs:LeftPrevOpcode (Results 1 – 1 of 1) 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()