Searched refs:OutputZeroVal (Results 1 – 1 of 1) sorted by relevance
8412 Value *OutputZeroVal = nullptr; in matchSelectPattern() local8415 OutputZeroVal = TrueVal; in matchSelectPattern()8418 OutputZeroVal = FalseVal; in matchSelectPattern()8420 if (OutputZeroVal) { in matchSelectPattern()8421 if (match(CmpLHS, m_AnyZeroFP()) && CmpLHS != OutputZeroVal) { in matchSelectPattern()8423 CmpLHS = OutputZeroVal; in matchSelectPattern()8425 if (match(CmpRHS, m_AnyZeroFP()) && CmpRHS != OutputZeroVal) { in matchSelectPattern()8427 CmpRHS = OutputZeroVal; in matchSelectPattern()