Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1816 auto NewCR = ImposedCR.intersectWith(CopyOfCR); in handleCallResult() local
1820 if (!CopyOfCR.contains(NewCR) && CopyOfCR.getSingleMissingElement()) in handleCallResult()
1821 NewCR = CopyOfCR; in handleCallResult()
1831 ValueLatticeElement::getRange(NewCR, /*MayIncludeUndef*/ false)); in handleCallResult()