Searched refs:VL1 (Results 1 – 1 of 1) sorted by relevance
1939 Instruction *VL1 = cast<Instruction>(VL[j]); in reorderAltShuffleOperands() local1941 if (VL1->isCommutative() && isConsecutiveAccess(L, L1, *DL, *SE)) { in reorderAltShuffleOperands()1954 Instruction *VL1 = cast<Instruction>(VL[j]); in reorderAltShuffleOperands() local1956 if (VL1->isCommutative() && isConsecutiveAccess(L, L1, *DL, *SE)) { in reorderAltShuffleOperands()2553 Instruction *VL1 = cast<Instruction>(E->Scalars[1]); in vectorizeTree() local2554 BinaryOperator *BinOp1 = cast<BinaryOperator>(VL1); in vectorizeTree()