reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
257 if (auto Const = dyn_cast<ConstantSDNode>(ImmOperand)) { 258 ImmOperand = CurDAG->getTargetConstant( 259 Const->getSExtValue(), SDLoc(ImmOperand), ImmOperand.getValueType()); 259 Const->getSExtValue(), SDLoc(ImmOperand), ImmOperand.getValueType()); 260 } else if (auto GA = dyn_cast<GlobalAddressSDNode>(ImmOperand)) { 261 ImmOperand = CurDAG->getTargetGlobalAddress( 262 GA->getGlobal(), SDLoc(ImmOperand), ImmOperand.getValueType(), 262 GA->getGlobal(), SDLoc(ImmOperand), ImmOperand.getValueType(), 276 CurDAG->UpdateNodeOperands(N, Base.getOperand(0), ImmOperand, 280 ImmOperand, N->getOperand(3));