Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:I4

2492           Value *I4 = HSV->getOperand(1);
2493 if (!isa<UndefValue>(I4)) {
2494 if (!I2 && I4 != I1)
2495 I2 = I4;
2496 else if (I4 != I1 && I4 != I2)