Home | History | Annotate | Download | only in AArch64

Lines Matching refs:LowerBits

1967         SDValue LowerBits
1969 // It is important that LowerBits is last, otherwise the arithmetic
1972 Overflow = DAG.getNode(AArch64ISD::SUBS, DL, VTs, UpperBits, LowerBits)
1995 SDValue LowerBits = DAG.getNode(ISD::SRA, DL, MVT::i64, Value,
1997 // It is important that LowerBits is last, otherwise the arithmetic
2000 Overflow = DAG.getNode(AArch64ISD::SUBS, DL, VTs, UpperBits, LowerBits)