Home
last modified time | relevance | path

Searched refs:VLeft (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1982 Value *VLeft = I.getOperand(0); in shouldReorderOperands() local
1989 if (VLeft == Right[i - 1]) { in shouldReorderOperands()
1993 if (SplatLeft && VLeft == Left[i - 1]) in shouldReorderOperands()
2000 if (VLeft == Left[i - 1]) in shouldReorderOperands()
2007 Instruction *ILeft = dyn_cast<Instruction>(VLeft); in shouldReorderOperands()
2046 auto VLeft = cast<Instruction>(VL[0])->getOperand(0); in reorderInputsAccordingToOpcode() local
2048 if (!isa<Instruction>(VRight) && isa<Instruction>(VLeft)) in reorderInputsAccordingToOpcode()
2050 std::swap(VLeft, VRight); in reorderInputsAccordingToOpcode()
2051 Left.push_back(VLeft); in reorderInputsAccordingToOpcode()