Searched refs:OtherCR (Results 1 – 1 of 1) sorted by relevance
46 const auto &OtherCR = Other.getConstantRange(); in getCompare() local47 if (CR.icmp(Pred, OtherCR)) in getCompare()49 if (CR.icmp(CmpInst::getInversePredicate(Pred), OtherCR)) in getCompare()