Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp812 OffsetSpan ORT = computeValue(V); in computeImpl() local
816 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 …]
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in25644 @Article{Preparata:1979:ORT,