Home
last modified time | relevance | path

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

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