Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5634 unsigned ElementSizeInBytes = ElementSize / 8; in getConstantDataArrayInfo() local
5660 if ((StartIdx % ElementSizeInBytes) != 0) in getConstantDataArrayInfo()
5663 Offset += StartIdx / ElementSizeInBytes; in getConstantDataArrayInfo()
5670 uint64_t Length = SizeInBytes / ElementSizeInBytes; in getConstantDataArrayInfo()