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