Searched refs:SplatLeft (Results 1 – 1 of 1) sorted by relevance
2708 bool SplatLeft, bool SplatRight, Value *&VLeft, Value *&VRight) { in shouldReorderOperands() argument2720 if (SplatLeft && VLeft == Left[i - 1]) in shouldReorderOperands()2726 if (SplatLeft) { in shouldReorderOperands()2787 bool SplatLeft = true; in reorderInputsAccordingToOpcode() local2800 AllSameOpcodeRight, SplatLeft, SplatRight, VLeft, in reorderInputsAccordingToOpcode()2810 SplatLeft = SplatLeft && (Left[i - 1] == Left[i]); in reorderInputsAccordingToOpcode()2820 if (SplatRight || SplatLeft) in reorderInputsAccordingToOpcode()