Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:I4

2488           Value *I4 = HSV->getOperand(1);
2489 if (!isa<UndefValue>(I4)) {
2490 if (!I2 && I4 != I1)
2491 I2 = I4;
2492 else if (I4 != I1 && I4 != I2)