reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineSelect.cpp
 1045   assert(isKnownNegation(TVal, FVal) &&
 1051                           match(Cmp.getOperand(0), m_Neg(m_Specific(FVal)));
 1081       FVal = RHS;
 1092     assert(FVal == LHS && "Unexpected results from matchSelectPattern");
 1094     if (FVal == LHS)