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

/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1983 Value *VRight = I.getOperand(1); local
1986 if (VRight == Right[i - 1])
2003 if (VRight == Left[i - 1])
2008 Instruction *IRight = dyn_cast<Instruction>(VRight);
2047 auto VRight = cast<Instruction>(VL[0])->getOperand(1); local
2048 if (!isa<Instruction>(VRight) && isa<Instruction>(VLeft))
2050 std::swap(VLeft, VRight);
2052 Right.push_back(VRight);

Completed in 170 milliseconds