reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1243 SDLoc DL(Addr); 1245 if (CurDAG->isBaseWithConstantOffset(Addr)) { 1246 SDValue N0 = Addr.getOperand(0); 1247 SDValue N1 = Addr.getOperand(1); 1258 } else if (Addr.getOpcode() == ISD::SUB) { 1260 if (const ConstantSDNode *C = dyn_cast<ConstantSDNode>(Addr.getOperand(0))) { 1265 SDLoc DL(Addr); 1272 Zero, Addr.getOperand(1)); 1277 Opnds.push_back(Addr.getOperand(1)); 1295 } else if (const ConstantSDNode *CAddr = dyn_cast<ConstantSDNode>(Addr)) { 1314 Base = Addr;