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.cpp1802 UndefOnly = (1 << 1), enumerator
1803 UndefOrPoison = PoisonOnly | UndefOnly,
1812 return (unsigned(Kind) & unsigned(UndefPoisonKind::UndefOnly)) != 0; in includesUndef()
1996 UndefPoisonKind::UndefOnly); in isGuaranteedNotToBeUndef()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7346 UndefOnly = (1 << 1), enumerator
7347 UndefOrPoison = PoisonOnly | UndefOnly,
7355 return (unsigned(Kind) & unsigned(UndefPoisonKind::UndefOnly)) != 0; in includesUndef()
7745 UndefPoisonKind::UndefOnly); in isGuaranteedNotToBeUndef()