Searched refs:ILeft (Results 1 – 1 of 1) sorted by relevance
2734 Instruction *ILeft = dyn_cast<Instruction>(VLeft); in shouldReorderOperands() local2744 if (ILeft && RightPrevOpcode == ILeft->getOpcode()) { in shouldReorderOperands()2749 if (AllSameOpcodeLeft && ILeft && in shouldReorderOperands()2750 cast<Instruction>(Left[i - 1])->getOpcode() == ILeft->getOpcode()) in shouldReorderOperands()2758 if (ILeft && LeftPrevOpcode == ILeft->getOpcode()) in shouldReorderOperands()