Searched refs:includesUndef (Results 1 – 2 of 2) sorted by relevance
1786 static bool includesUndef(UndefPoisonKind Kind) { in includesUndef() function1905 return !includesUndef(Kind); in isGuaranteedNotToBeUndefOrPoison()
7244 static bool includesUndef(UndefPoisonKind Kind) { in includesUndef() function7489 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()