Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerIntrinsics.cpp28 static int MaxStaticSize; variable
33 cl::location(MaxStaticSize),
71 return !CI || (CI->getSExtValue() > MaxStaticSize); in shouldExpandOperationWithSize()