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

References

lib/Target/Mips/MipsISelLowering.cpp
  800   if (!(CN = dyn_cast<ConstantSDNode>(Mask)) ||
  801       !isShiftedMask(CN->getZExtValue(), SMPos, SMSize))
  810     if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1))))
  813     Pos = CN->getZExtValue();
  830     if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1))))
  833     Pos = CN->getZExtValue();
  849     if (CN->getZExtValue() <= 0xffff)