Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerIntrinsics.cpp26 const unsigned MaxStaticSize = 1024; variable
61 return !CI || (CI->getZExtValue() > MaxStaticSize); in shouldExpandOperationWithSize()