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

References

lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  681   if (!DCst)
  690     APInt NewMask = BCst->getValue() & DCst->getValue();
  694     else if (NewMask == DCst->getValue())
  703     APInt NewMask = BCst->getValue() | DCst->getValue();
  707     else if (NewMask == DCst->getValue())
  731       ECst = cast<ConstantInt>(ConstantExpr::getXor(DCst, ECst));
  735     if (((BCst->getValue() & DCst->getValue()) &