Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6559 UndefOnly = (1 << 1), enumerator
6560 UndefOrPoison = PoisonOnly | UndefOnly,
6568 return (unsigned(Kind) & unsigned(UndefPoisonKind::UndefOnly)) != 0; in includesUndef()
6948 UndefPoisonKind::UndefOnly); in isGuaranteedNotToBeUndef()