Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp8627 Value *OutputZeroVal = nullptr; in matchSelectPattern() local
8630 OutputZeroVal = TrueVal; in matchSelectPattern()
8633 OutputZeroVal = FalseVal; in matchSelectPattern()
8635 if (OutputZeroVal) { in matchSelectPattern()
8636 if (match(CmpLHS, m_AnyZeroFP()) && CmpLHS != OutputZeroVal) { in matchSelectPattern()
8638 CmpLHS = OutputZeroVal; in matchSelectPattern()
8640 if (match(CmpRHS, m_AnyZeroFP()) && CmpRHS != OutputZeroVal) { in matchSelectPattern()
8642 CmpRHS = OutputZeroVal; in matchSelectPattern()