Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/VE/
H A DVEISelLowering.cpp342 unsigned ElemBits = ElemVT.getScalarSizeInBits(); in initVPUActions() local
343 if (ElemBits != 32 && ElemBits != 64) in initVPUActions()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17676 unsigned ElemBits = ElemTy.getSizeInBits(); in tryCombineShiftImm() local
17684 HasAnyUndefs, ElemBits) || in tryCombineShiftImm()
17685 SplatBitSize != ElemBits) in tryCombineShiftImm()
17729 if (IsRightShift && ShiftAmount <= -1 && ShiftAmount >= -(int)ElemBits) { in tryCombineShiftImm()
17733 } else if (!IsRightShift && ShiftAmount >= 0 && ShiftAmount < ElemBits) { in tryCombineShiftImm()