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

References

lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  678   if (!BCst)
  690     APInt NewMask = BCst->getValue() & DCst->getValue();
  692     if (NewMask == BCst->getValue())
  703     APInt NewMask = BCst->getValue() | DCst->getValue();
  705     if (NewMask == BCst->getValue())
  729       CCst = cast<ConstantInt>(ConstantExpr::getXor(BCst, CCst));
  735     if (((BCst->getValue() & DCst->getValue()) &