Searched refs:Op1CV (Results 1 – 1 of 1) sorted by relevance
936 const APInt *Op1CV; in transformZExtICmp() local937 if (match(Cmp->getOperand(1), m_APInt(Op1CV))) { in transformZExtICmp()940 if (Cmp->getPredicate() == ICmpInst::ICMP_SLT && Op1CV->isZero()) { in transformZExtICmp()956 if (Op1CV->isZero() && Cmp->isEquality()) { in transformZExtICmp()