reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AArch64/AArch64ISelLowering.cpp
10388     ShiftAmount = SplatValue.getSExtValue();
10390     ShiftAmount = CVN->getSExtValue();
10429   if (IsRightShift && ShiftAmount <= -1 && ShiftAmount >= -(int)ElemBits) {
10429   if (IsRightShift && ShiftAmount <= -1 && ShiftAmount >= -(int)ElemBits) {
10432                        DAG.getConstant(-ShiftAmount, dl, MVT::i32));
10433   } else if (!IsRightShift && ShiftAmount >= 0 && ShiftAmount < ElemBits) {
10433   } else if (!IsRightShift && ShiftAmount >= 0 && ShiftAmount < ElemBits) {
10436                        DAG.getConstant(ShiftAmount, dl, MVT::i32));