Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp131 const int NextMul32 = (Size + 31) / 32; in moreEltsToNext32Bit() local
135 const int NewNumElts = (32 * NextMul32 + EltSize - 1) / EltSize; in moreEltsToNext32Bit()