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

References

lib/Target/Mips/MipsISelLowering.cpp
  882   if (!(CN = dyn_cast<ConstantSDNode>(And0.getOperand(1))) ||
  883       !isShiftedMask(~CN->getSExtValue(), SMPos0, SMSize0))
  890     if (!(CN = dyn_cast<ConstantSDNode>(And1.getOperand(1))) ||
  891         !isShiftedMask(CN->getZExtValue(), SMPos1, SMSize1))
  900     if (!(CN = dyn_cast<ConstantSDNode>(Shl.getOperand(1))))
  903     unsigned Shamt = CN->getZExtValue();
  921     if (~CN->getSExtValue() == ((((int64_t)1 << SMSize0) - 1) << SMPos0) &&
  935       if (CN->getSExtValue() & CN1->getSExtValue())