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

References

lib/Transforms/Scalar/EarlyCSE.cpp
  196   if (matchSelectWithOptionalNotCond(Inst, Cond, A, B, SPF)) {
  304   if (matchSelectWithOptionalNotCond(LHSI, CondL, LHSA, LHSB, LSPF) &&
  305       matchSelectWithOptionalNotCond(RHSI, CondR, RHSA, RHSB, RSPF)) {