CLAMP_32 107 core/Interpreter.cpp # define CLAMP_32(v) ((intptr_t(v) << 29) >> 29) CLAMP_32 109 core/Interpreter.cpp # define CLAMP_32(v) (intptr_t(v))