Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1983 Value *VRight = I.getOperand(1); in shouldReorderOperands() local
1986 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() local
2048 if (!isa<Instruction>(VRight) && isa<Instruction>(VLeft)) in reorderInputsAccordingToOpcode()
2050 std::swap(VLeft, VRight); in reorderInputsAccordingToOpcode()
2052 Right.push_back(VRight); in reorderInputsAccordingToOpcode()