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

References

lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  466   if (!ECst)
  476     ECst = cast<ConstantInt>(ConstantExpr::getXor(DCst, ECst));
  476     ECst = cast<ConstantInt>(ConstantExpr::getXor(DCst, ECst));
  506   if ((((BCst->getValue() & DCst->getValue()) & ECst->getValue()) == 0) &&
  510         ECst->getValue();
  541   if (ECst->isZero()) {
  559   if ((BCst->getValue() & ECst->getValue()) != 0)