Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DValueTracking.cpp3660 const Value *NotPoison = getGuaranteedNonFullPoisonOp(&I); in isKnownNotFullPoison() local
3661 if (NotPoison != nullptr && YieldsPoison.count(NotPoison)) in isKnownNotFullPoison()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp4210 const Value *NotPoison = getGuaranteedNonFullPoisonOp(&I); in programUndefinedIfFullPoison() local
4211 if (NotPoison != nullptr && YieldsPoison.count(NotPoison)) in programUndefinedIfFullPoison()