Searched refs:Op1CV (Results 1 – 2 of 2) sorted by relevance
509 const APInt &Op1CV = Op1C->getValue(); in transformZExtICmp() local513 if ((ICI->getPredicate() == ICmpInst::ICMP_SLT && Op1CV == 0) || in transformZExtICmp()514 (ICI->getPredicate() == ICmpInst::ICMP_SGT &&Op1CV.isAllOnesValue())) { in transformZExtICmp()542 if ((Op1CV == 0 || Op1CV.isPowerOf2()) && in transformZExtICmp()556 if (Op1CV != 0 && (Op1CV != KnownZeroMask)) { in transformZExtICmp()574 if ((Op1CV != 0) == isNE) { // Toggle the low bit. in transformZExtICmp()
589 const APInt &Op1CV = Op1C->getValue(); in transformZExtICmp() local593 if ((ICI->getPredicate() == ICmpInst::ICMP_SLT && Op1CV == 0) || in transformZExtICmp()594 (ICI->getPredicate() == ICmpInst::ICMP_SGT && Op1CV.isAllOnesValue())) { in transformZExtICmp()620 if ((Op1CV == 0 || Op1CV.isPowerOf2()) && in transformZExtICmp()633 if (Op1CV != 0 && (Op1CV != KnownZeroMask)) { in transformZExtICmp()651 if ((Op1CV != 0) == isNE) { // Toggle the low bit. in transformZExtICmp()