Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7657 Value *OutputZeroVal = nullptr; in matchSelectPattern() local
7660 OutputZeroVal = TrueVal; in matchSelectPattern()
7663 OutputZeroVal = FalseVal; in matchSelectPattern()
7665 if (OutputZeroVal) { in matchSelectPattern()
7666 if (match(CmpLHS, m_AnyZeroFP()) && CmpLHS != OutputZeroVal) { in matchSelectPattern()
7668 CmpLHS = OutputZeroVal; in matchSelectPattern()
7670 if (match(CmpRHS, m_AnyZeroFP()) && CmpRHS != OutputZeroVal) { in matchSelectPattern()
7672 CmpRHS = OutputZeroVal; in matchSelectPattern()