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

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1137 SDValue LowerBits = DAG.getNode(ISD::SRA, DL, MVT::i32, Value, local
1139 // It is important that LowerBits is last, otherwise the arithmetic
1142 Overflow = DAG.getNode(AArch64ISD::SUBS, DL, VTs, UpperBits, LowerBits)
1164 SDValue LowerBits = DAG.getNode(ISD::SRA, DL, MVT::i64, Value, local
1166 // It is important that LowerBits is last, otherwise the arithmetic
1169 Overflow = DAG.getNode(AArch64ISD::SUBS, DL, VTs, UpperBits, LowerBits)

Completed in 42 milliseconds