Searched refs:VLeft (Results 1 – 1 of 1) sorted by relevance
1957 Value *VLeft = I.getOperand(0); in shouldReorderOperands() local1964 if (VLeft == Right[i - 1]) { in shouldReorderOperands()1968 if (SplatLeft && VLeft == Left[i - 1]) in shouldReorderOperands()1975 if (VLeft == Left[i - 1]) in shouldReorderOperands()1982 Instruction *ILeft = dyn_cast<Instruction>(VLeft); in shouldReorderOperands()2021 auto VLeft = cast<Instruction>(VL[0])->getOperand(0); in reorderInputsAccordingToOpcode() local2023 if (!isa<Instruction>(VRight) && isa<Instruction>(VLeft)) in reorderInputsAccordingToOpcode()2025 std::swap(VLeft, VRight); in reorderInputsAccordingToOpcode()2026 Left.push_back(VLeft); in reorderInputsAccordingToOpcode()