Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1777 UndefOnly = (1 << 1), enumerator
1778 UndefOrPoison = PoisonOnly | UndefOnly,
1787 return (unsigned(Kind) & unsigned(UndefPoisonKind::UndefOnly)) != 0; in includesUndef()
1971 UndefPoisonKind::UndefOnly); in isGuaranteedNotToBeUndef()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7236 UndefOnly = (1 << 1), enumerator
7237 UndefOrPoison = PoisonOnly | UndefOnly,
7245 return (unsigned(Kind) & unsigned(UndefPoisonKind::UndefOnly)) != 0; in includesUndef()
7632 UndefPoisonKind::UndefOnly); in isGuaranteedNotToBeUndef()