Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5285 bool HasPoisonInput = false; in simplifyPHINode() local
5292 HasPoisonInput = true; in simplifyPHINode()
5311 if (HasPoisonInput || HasUndefInput) { in simplifyPHINode()