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

References

lib/Transforms/Scalar/EarlyCSE.cpp
  269     return LHSI == RHSI;
  271   if (LHSI->getOpcode() != RHSI->getOpcode())
  273   if (LHSI->isIdenticalToWhenDefined(RHSI))
  277   if (BinaryOperator *LHSBinOp = dyn_cast<BinaryOperator>(LHSI)) {
  289   if (CmpInst *LHSCmp = dyn_cast<CmpInst>(LHSI)) {
  304   if (matchSelectWithOptionalNotCond(LHSI, CondL, LHSA, LHSB, LSPF) &&