Lines Matching refs:VLeft
2708 bool SplatLeft, bool SplatRight, Value *&VLeft, Value *&VRight) { in shouldReorderOperands() argument
2709 VLeft = I.getOperand(0); in shouldReorderOperands()
2716 if (VLeft == Right[i - 1]) { in shouldReorderOperands()
2720 if (SplatLeft && VLeft == Left[i - 1]) in shouldReorderOperands()
2727 if (VLeft == Left[i - 1]) in shouldReorderOperands()
2734 Instruction *ILeft = dyn_cast<Instruction>(VLeft); in shouldReorderOperands()
2774 Value *VLeft = I->getOperand(0); in reorderInputsAccordingToOpcode() local
2776 if (!isa<Instruction>(VRight) && isa<Instruction>(VLeft)) in reorderInputsAccordingToOpcode()
2778 std::swap(VLeft, VRight); in reorderInputsAccordingToOpcode()
2779 Left.push_back(VLeft); in reorderInputsAccordingToOpcode()
2797 Value *VLeft; in reorderInputsAccordingToOpcode() local
2800 AllSameOpcodeRight, SplatLeft, SplatRight, VLeft, in reorderInputsAccordingToOpcode()
2803 Right.push_back(VLeft); in reorderInputsAccordingToOpcode()
2805 Left.push_back(VLeft); in reorderInputsAccordingToOpcode()