Searched refs:AllSameOpcodeLeft (Results 1 – 1 of 1) sorted by relevance
1954 bool AllSameOpcodeLeft, in shouldReorderOperands() argument1997 if (AllSameOpcodeLeft && ILeft && in shouldReorderOperands()2004 if (AllSameOpcodeLeft) { in shouldReorderOperands()2031 bool AllSameOpcodeLeft = isa<Instruction>(Left[0]); in reorderInputsAccordingToOpcode() local2042 if (shouldReorderOperands(i, *I, Left, Right, AllSameOpcodeLeft, in reorderInputsAccordingToOpcode()2053 AllSameOpcodeLeft = AllSameOpcodeLeft && isa<Instruction>(Left[i]) && in reorderInputsAccordingToOpcode()