Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2912 unsigned NumBytesToPad = 4 - (Size % 4); in getNumBytesToPadGlobalArray() local
2913 unsigned NewSize = Size + NumBytesToPad; in getNumBytesToPadGlobalArray()
2922 return NumBytesToPad; in getNumBytesToPadGlobalArray()