Home
last modified time | relevance | path

Searched refs:CRhs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3570 const APInt &CRhs, in foldCtpopPow2Test() argument
3587 if (((I.isEquality() || Pred == ICmpInst::ICMP_UGT) && CRhs == 1) || in foldCtpopPow2Test()
3588 (Pred == ICmpInst::ICMP_ULT && CRhs == 2)) { in foldCtpopPow2Test()