Searched refs:OutputZeroVal (Results 1 – 1 of 1) sorted by relevance
8627 Value *OutputZeroVal = nullptr; in matchSelectPattern() local8630 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()