Searched refs:OutputZeroVal (Results 1 – 1 of 1) sorted by relevance
6250 Value *OutputZeroVal = nullptr; in matchSelectPattern() local6253 OutputZeroVal = TrueVal; in matchSelectPattern()6256 OutputZeroVal = FalseVal; in matchSelectPattern()6258 if (OutputZeroVal) { in matchSelectPattern()6259 if (match(CmpLHS, m_AnyZeroFP()) && CmpLHS != OutputZeroVal) { in matchSelectPattern()6261 CmpLHS = OutputZeroVal; in matchSelectPattern()6263 if (match(CmpRHS, m_AnyZeroFP()) && CmpRHS != OutputZeroVal) { in matchSelectPattern()6265 CmpRHS = OutputZeroVal; in matchSelectPattern()