Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Scalar/
DSCCP.cpp1334 auto NewCR = ImposedCR.intersectWith(CopyOfCR); in handleCallResult() local
1338 if (!CopyOfCR.contains(NewCR) && CopyOfCR.getSingleMissingElement()) in handleCallResult()
1339 NewCR = CopyOfCR; in handleCallResult()
1344 ValueLatticeElement::getRange(NewCR, MayIncludeUndef)); in handleCallResult()