Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1939 Instruction *VL1 = cast<Instruction>(VL[j]); in reorderAltShuffleOperands() local
1941 if (VL1->isCommutative() && isConsecutiveAccess(L, L1, *DL, *SE)) { in reorderAltShuffleOperands()
1954 Instruction *VL1 = cast<Instruction>(VL[j]); in reorderAltShuffleOperands() local
1956 if (VL1->isCommutative() && isConsecutiveAccess(L, L1, *DL, *SE)) { in reorderAltShuffleOperands()
2553 Instruction *VL1 = cast<Instruction>(E->Scalars[1]); in vectorizeTree() local
2554 BinaryOperator *BinOp1 = cast<BinaryOperator>(VL1); in vectorizeTree()