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

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7861 uint32_t ShiftRHS = 0; local
7863 if (!findEXTRHalf(N->getOperand(1), RHS, ShiftRHS, RHSFromHi))
7871 if (ShiftLHS + ShiftRHS != VT.getSizeInBits())
7876 std::swap(ShiftLHS, ShiftRHS);
7880 DAG.getConstant(ShiftRHS, DL, MVT::i64));

Completed in 81 milliseconds