Searched refs:ILeft (Results 1 – 1 of 1) sorted by relevance
2007 Instruction *ILeft = dyn_cast<Instruction>(VLeft); in shouldReorderOperands() local2017 if (ILeft && RightPrevOpcode == ILeft->getOpcode()) { in shouldReorderOperands()2022 if (AllSameOpcodeLeft && ILeft && in shouldReorderOperands()2023 cast<Instruction>(Left[i - 1])->getOpcode() == ILeft->getOpcode()) in shouldReorderOperands()2031 if (ILeft && LeftPrevOpcode == ILeft->getOpcode()) in shouldReorderOperands()