Searched refs:VRight (Results 1 – 1 of 1) sorted by relevance
1983 Value *VRight = I.getOperand(1); in shouldReorderOperands() local1986 if (VRight == Right[i - 1]) in shouldReorderOperands()2003 if (VRight == Left[i - 1]) in shouldReorderOperands()2008 Instruction *IRight = dyn_cast<Instruction>(VRight); in shouldReorderOperands()2047 auto VRight = cast<Instruction>(VL[0])->getOperand(1); in reorderInputsAccordingToOpcode() local2048 if (!isa<Instruction>(VRight) && isa<Instruction>(VLeft)) in reorderInputsAccordingToOpcode()2050 std::swap(VLeft, VRight); in reorderInputsAccordingToOpcode()2052 Right.push_back(VRight); in reorderInputsAccordingToOpcode()