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

References

lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
  291       if (LHSInst->getOpcode() == Instruction::And && LHSInst->hasOneUse() &&
  291       if (LHSInst->getOpcode() == Instruction::And && LHSInst->hasOneUse() &&
  293           isa<ConstantInt>(LHSInst->getOperand(1)) &&
  295         ConstantInt *AndRHS = cast<ConstantInt>(LHSInst->getOperand(1));