Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1786 static bool includesUndef(UndefPoisonKind Kind) { in includesUndef() function
1905 return !includesUndef(Kind); in isGuaranteedNotToBeUndefOrPoison()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7244 static bool includesUndef(UndefPoisonKind Kind) { in includesUndef() function
7489 return !includesUndef(Kind); in isGuaranteedNotToBeUndefOrPoison()
7496 if (includesUndef(Kind) && C->containsUndefElement()) in isGuaranteedNotToBeUndefOrPoison()
7559 if (programUndefinedIfUndefOrPoison(V, !includesUndef(Kind))) in isGuaranteedNotToBeUndefOrPoison()
7579 if (!includesUndef(Kind) || V->getType()->isIntegerTy()) in isGuaranteedNotToBeUndefOrPoison()
7594 else if (!includesUndef(Kind) && isa<Operator>(Cond)) { in isGuaranteedNotToBeUndefOrPoison()