Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueLattice.cpp46 const auto &OtherCR = Other.getConstantRange(); in getCompare() local
47 if (CR.icmp(Pred, OtherCR)) in getCompare()
49 if (CR.icmp(CmpInst::getInversePredicate(Pred), OtherCR)) in getCompare()