Searched refs:includesUndef (Results 1 – 2 of 2) sorted by relevance
1811 static bool includesUndef(UndefPoisonKind Kind) { in includesUndef() function1930 return !includesUndef(Kind); in isGuaranteedNotToBeUndefOrPoison()
7354 static bool includesUndef(UndefPoisonKind Kind) { in includesUndef() function7593 return !includesUndef(Kind); in isGuaranteedNotToBeUndefOrPoison()7606 if (includesUndef(Kind) && C->containsUndefElement()) in isGuaranteedNotToBeUndefOrPoison()7672 if (programUndefinedIfUndefOrPoison(V, !includesUndef(Kind))) in isGuaranteedNotToBeUndefOrPoison()7692 if (!includesUndef(Kind) || V->getType()->isIntegerTy()) in isGuaranteedNotToBeUndefOrPoison()7707 else if (!includesUndef(Kind) && isa<Operator>(Cond)) { in isGuaranteedNotToBeUndefOrPoison()