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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 2886   if (N1C) {
 2888                        DAG.getConstant(-N1C->getAPIntValue(), DL, VT));
 3114       if (N1C && GA->getOpcode() == ISD::GlobalAddress)
 3115         return DAG.getGlobalAddress(GA->getGlobal(), SDLoc(N1C), VT,
 3117                                         (uint64_t)N1C->getSExtValue());