Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17803 uint64_t VecNumBytes = DL.getTypeSizeInBits(Ty).getKnownMinValue() / 8; in isLegalAddressingMode() local
17805 (AM.ScalableOffset % VecNumBytes == 0) && VecNumBytes <= 16 && in isLegalAddressingMode()
17806 isPowerOf2_64(VecNumBytes)) in isLegalAddressingMode()
17807 return isInt<4>(AM.ScalableOffset / (int64_t)VecNumBytes); in isLegalAddressingMode()