Searched refs:CRhs (Results 1 – 1 of 1) sorted by relevance
3570 const APInt &CRhs, in foldCtpopPow2Test() argument3587 if (((I.isEquality() || Pred == ICmpInst::ICMP_UGT) && CRhs == 1) || in foldCtpopPow2Test()3588 (Pred == ICmpInst::ICMP_ULT && CRhs == 2)) { in foldCtpopPow2Test()