Searched refs:AllSameOpcodeLeft (Results 1 – 1 of 1) sorted by relevance
1979 bool AllSameOpcodeLeft, in shouldReorderOperands() argument2022 if (AllSameOpcodeLeft && ILeft && in shouldReorderOperands()2029 if (AllSameOpcodeLeft) { in shouldReorderOperands()2056 bool AllSameOpcodeLeft = isa<Instruction>(Left[0]); in reorderInputsAccordingToOpcode() local2067 if (shouldReorderOperands(i, *I, Left, Right, AllSameOpcodeLeft, in reorderInputsAccordingToOpcode()2078 AllSameOpcodeLeft = AllSameOpcodeLeft && isa<Instruction>(Left[i]) && in reorderInputsAccordingToOpcode()