Searched refs:CopyOfCR (Results 1 – 1 of 1) sorted by relevance
1938 auto CopyOfCR = CopyOfVal.asConstantRange(CopyOf->getType(), in handleCallResult() local1941 if (CopyOfCR.isEmptySet()) in handleCallResult()1942 CopyOfCR = ConstantRange::getFull(CopyOfCR.getBitWidth()); in handleCallResult()1943 auto NewCR = ImposedCR.intersectWith(CopyOfCR); in handleCallResult()1947 if (!CopyOfCR.contains(NewCR) && CopyOfCR.getSingleMissingElement()) in handleCallResult()1948 NewCR = CopyOfCR; in handleCallResult()