Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17383 uint64_t VecNumBytes = DL.getTypeSizeInBits(Ty).getKnownMinValue() / 8; in isLegalAddressingMode() local
17385 (AM.ScalableOffset % VecNumBytes == 0) && VecNumBytes <= 16 && in isLegalAddressingMode()
17386 isPowerOf2_64(VecNumBytes)) in isLegalAddressingMode()
17387 return isInt<4>(AM.ScalableOffset / (int64_t)VecNumBytes); in isLegalAddressingMode()