|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/Target/AArch64/AArch64ISelLowering.cpp 9457 SDValue ShiftedVal = DAG.getNode(ISD::SHL, DL, VT, N0,
9458 DAG.getConstant(ShiftAmt, DL, MVT::i64));
9462 SDValue Res = DAG.getNode(AddSubOpc, DL, VT, AddSubN0, AddSubN1);
9467 return DAG.getNode(ISD::SUB, DL, VT, DAG.getConstant(0, DL, VT), Res);
9467 return DAG.getNode(ISD::SUB, DL, VT, DAG.getConstant(0, DL, VT), Res);
9470 return DAG.getNode(ISD::SHL, DL, VT, Res,
9471 DAG.getConstant(TrailingZeroes, DL, MVT::i64));