Home
last modified time | relevance | path

Searched refs:NewShiftC (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp758 uint64_t NewShiftC; in SelectShiftedRegisterFromAnd() local
766 NewShiftC = LowZBits - ShiftAmtC; in SelectShiftedRegisterFromAnd()
773 NewShiftC = LowZBits + ShiftAmtC; in SelectShiftedRegisterFromAnd()
774 if (NewShiftC >= BitWidth) in SelectShiftedRegisterFromAnd()
782 if (LHSOpcode == ISD::SRL && (BitWidth > (NewShiftC + MaskLen))) in SelectShiftedRegisterFromAnd()
791 assert(NewShiftC < BitWidth && "Invalid shift amount"); in SelectShiftedRegisterFromAnd()
792 SDValue NewShiftAmt = CurDAG->getTargetConstant(NewShiftC, DL, VT); in SelectShiftedRegisterFromAnd()