Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:V2

55       if (Value *V2 = simplifyValueKnownNonZero(I->getOperand(0), IC, CxtI)) {
56 I->setOperand(0, V2);