Home | History | Annotate | Download | only in AArch64

Lines Matching refs:LowerBits

1673         SDValue LowerBits = DAG.getNode(ISD::SRA, DL, MVT::i32, Value,
1675 // It is important that LowerBits is last, otherwise the arithmetic
1678 Overflow = DAG.getNode(AArch64ISD::SUBS, DL, VTs, UpperBits, LowerBits)
1701 SDValue LowerBits = DAG.getNode(ISD::SRA, DL, MVT::i64, Value,
1703 // It is important that LowerBits is last, otherwise the arithmetic
1706 Overflow = DAG.getNode(AArch64ISD::SUBS, DL, VTs, UpperBits, LowerBits)