Searched refs:AllSameOpcodeRight (Results 1 – 1 of 1) sorted by relevance
2707 ArrayRef<Value *> Right, bool AllSameOpcodeLeft, bool AllSameOpcodeRight, in shouldReorderOperands() argument2739 if (AllSameOpcodeRight) { in shouldReorderOperands()2785 bool AllSameOpcodeRight = isa<Instruction>(Right[0]); in reorderInputsAccordingToOpcode() local2800 AllSameOpcodeRight, SplatLeft, SplatRight, VLeft, in reorderInputsAccordingToOpcode()2814 AllSameOpcodeRight = AllSameOpcodeRight && isa<Instruction>(Right[i]) && in reorderInputsAccordingToOpcode()