Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp4301 unsigned ElementSizeInBytes = ElementSize / 8; in getConstantDataArrayInfo() local
4327 if ((StartIdx % ElementSizeInBytes) != 0) in getConstantDataArrayInfo()
4330 Offset += StartIdx / ElementSizeInBytes; in getConstantDataArrayInfo()
4337 uint64_t Length = SizeInBytes / ElementSizeInBytes; in getConstantDataArrayInfo()