reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3688 if (auto *Const = dyn_cast<ConstantSDNode>(Src2)) { 3690 Src2 = DAG.getConstant(-Const->getSExtValue(), DL, Src2.getValueType()); 3690 Src2 = DAG.getConstant(-Const->getSExtValue(), DL, Src2.getValueType()); 3714 Src2 = DAG.getNode(ISD::SHL, DL, WideVT, Src2, 3714 Src2 = DAG.getNode(ISD::SHL, DL, WideVT, Src2, 3718 Src2 = DAG.getNode(ISD::OR, DL, WideVT, Src2, 3718 Src2 = DAG.getNode(ISD::OR, DL, WideVT, Src2, 3723 SDValue Ops[] = { ChainIn, AlignedAddr, Src2, BitShift, NegBitShift,