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

References

lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  239   if (CCst && CCst->isZero()) {
  239   if (CCst && CCst->isZero()) {
  258   } else if (ACst && CCst && ConstantExpr::getAnd(ACst, CCst) == CCst) {
  258   } else if (ACst && CCst && ConstantExpr::getAnd(ACst, CCst) == CCst) {
  258   } else if (ACst && CCst && ConstantExpr::getAnd(ACst, CCst) == CCst) {
  268   } else if (BCst && CCst && ConstantExpr::getAnd(BCst, CCst) == CCst) {
  268   } else if (BCst && CCst && ConstantExpr::getAnd(BCst, CCst) == CCst) {
  268   } else if (BCst && CCst && ConstantExpr::getAnd(BCst, CCst) == CCst) {