Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerIntrinsics.cpp29 static int MaxStaticSize; variable
34 cl::location(MaxStaticSize),
72 return !CI || (CI->getSExtValue() > MaxStaticSize); in shouldExpandOperationWithSize()