Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16111 bool IsRightShift; in tryCombineShiftImm() local
16117 IsRightShift = false; in tryCombineShiftImm()
16121 IsRightShift = false; in tryCombineShiftImm()
16125 IsRightShift = true; in tryCombineShiftImm()
16129 IsRightShift = true; in tryCombineShiftImm()
16133 IsRightShift = false; in tryCombineShiftImm()
16141 IsRightShift = false; in tryCombineShiftImm()
16145 if (IsRightShift && ShiftAmount <= -1 && ShiftAmount >= -(int)ElemBits) { in tryCombineShiftImm()
16149 } else if (!IsRightShift && ShiftAmount >= 0 && ShiftAmount < ElemBits) { in tryCombineShiftImm()