Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp348 uint64_t ElementSizePerBytes = DL.getTypeSizeInBits(ElementTy) / 8; in canonicalizeThunkType() local
349 uint64_t TotalSizeBytes = ElementCnt * ElementSizePerBytes; in canonicalizeThunkType()