Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerIntrinsics.cpp29 static int MaxStaticSize; variable
34 cl::location(MaxStaticSize),
72 return !CI || (CI->getSExtValue() > MaxStaticSize); in shouldExpandOperationWithSize()