Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7712 unsigned ElemBits = ElemTy.getSizeInBits(); in tryCombineShiftImm() local
7720 HasAnyUndefs, ElemBits) || in tryCombineShiftImm()
7721 SplatBitSize != ElemBits) in tryCombineShiftImm()
7757 if (IsRightShift && ShiftAmount <= -1 && ShiftAmount >= -(int)ElemBits) in tryCombineShiftImm()
7760 else if (!IsRightShift && ShiftAmount >= 0 && ShiftAmount < ElemBits) in tryCombineShiftImm()