Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp8412 Value *OutputZeroVal = nullptr; in matchSelectPattern() local
8415 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()