Searched refs:LowerBits (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1141 SDValue LowerBits = DAG.getNode(ISD::SRA, DL, MVT::i32, Value, local
1143 // It is important that LowerBits is last, otherwise the arithmetic
1146 Overflow = DAG.getNode(AArch64ISD::SUBS, DL, VTs, UpperBits, LowerBits)
1168 SDValue LowerBits = DAG.getNode(ISD::SRA, DL, MVT::i64, Value, local
1170 // It is important that LowerBits is last, otherwise the arithmetic
1173 Overflow = DAG.getNode(AArch64ISD::SUBS, DL, VTs, UpperBits, LowerBits)

Completed in 237 milliseconds