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

References

lib/Target/ARC/ARCISelDAGToDAG.cpp
  157         (CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1))) &&
  158         (CN->getSExtValue() % 4 == 0 && CN->getSExtValue() >= 0)) {
  158         (CN->getSExtValue() % 4 == 0 && CN->getSExtValue() >= 0)) {
  162           CurDAG->getTargetConstant(CN->getSExtValue(), SDLoc(Addr), MVT::i32);