Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp6250 Value *OutputZeroVal = nullptr; in matchSelectPattern() local
6253 OutputZeroVal = TrueVal; in matchSelectPattern()
6256 OutputZeroVal = FalseVal; in matchSelectPattern()
6258 if (OutputZeroVal) { in matchSelectPattern()
6259 if (match(CmpLHS, m_AnyZeroFP()) && CmpLHS != OutputZeroVal) { in matchSelectPattern()
6261 CmpLHS = OutputZeroVal; in matchSelectPattern()
6263 if (match(CmpRHS, m_AnyZeroFP()) && CmpRHS != OutputZeroVal) { in matchSelectPattern()
6265 CmpRHS = OutputZeroVal; in matchSelectPattern()