Searched defs:VLeft (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1957 Value *VLeft = I.getOperand(0); local
1964 if (VLeft == Right[i - 1]) {
1968 if (SplatLeft && VLeft == Left[i - 1])
1975 if (VLeft == Left[i - 1])
1982 Instruction *ILeft = dyn_cast<Instruction>(VLeft);
2021 auto VLeft = cast<Instruction>(VL[0])->getOperand(0); local
2023 if (!isa<Instruction>(VRight) && isa<Instruction>(VLeft))
2025 std::swap(VLeft, VRight);
2026 Left.push_back(VLeft);

Completed in 90 milliseconds