Searched refs:ORT (Results 1 – 2 of 2) sorted by relevance
812 OffsetSpan ORT = computeValue(V); in computeImpl() local816 return ORT; in computeImpl()822 if (ORT.knownBefore() && in computeImpl()823 !::CheckedZextOrTrunc(ORT.Before, InitialIntTyBits)) in computeImpl()824 ORT.Before = APInt(); in computeImpl()825 if (ORT.knownAfter() && !::CheckedZextOrTrunc(ORT.After, InitialIntTyBits)) in computeImpl()826 ORT.After = APInt(); in computeImpl()829 if (ORT.knownBefore()) { in computeImpl()831 ORT.Before = ORT.Before.sadd_ov(Offset, Overflow); in computeImpl()833 ORT.Before = APInt(); in computeImpl()[all …]
25644 @Article{Preparata:1979:ORT,