Searched refs:MAX_SAVED_CONST_INT (Results 1 - 1 of 1) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
H A Drtl.h2181 #define MAX_SAVED_CONST_INT 64
2182 extern GTY(()) rtx const_int_rtx[MAX_SAVED_CONST_INT * 2 + 1];
2184 #define const0_rtx (const_int_rtx[MAX_SAVED_CONST_INT])
2185 #define const1_rtx (const_int_rtx[MAX_SAVED_CONST_INT+1])
2186 #define const2_rtx (const_int_rtx[MAX_SAVED_CONST_INT+2])
2187 #define constm1_rtx (const_int_rtx[MAX_SAVED_CONST_INT-1])
2177 #define MAX_SAVED_CONST_INT macro

Completed in 39 milliseconds