Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp317 ExclusivelyNull, enumerator
387 return isExclusivelyDerivedFromNull ? BaseType::ExclusivelyNull in getBaseType()
850 if ((Tracker->isValuePoisoned(LHS) && baseTyRHS != ExclusivelyNull) || in verifyInstruction()
851 (Tracker->isValuePoisoned(RHS) && baseTyLHS != ExclusivelyNull)) in verifyInstruction()