HomeSort by: relevance | last modified time | path
    Searched defs:CONST_WIDE_INT_ELT (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
rtl.h 1993 CONST_WIDE_INT_ELT gets one of the elements. 0 is the least
1997 #define CONST_WIDE_INT_ELT(RTX, N) CWI_ELT (RTX, N)
2308 return wi::storage_ref (&CONST_WIDE_INT_ELT (x.first, 0),
  /src/external/gpl3/gcc.old/dist/gcc/
rtl.h 1984 CONST_WIDE_INT_ELT gets one of the elements. 0 is the least
1988 #define CONST_WIDE_INT_ELT(RTX, N) CWI_ELT (RTX, N)
2298 return wi::storage_ref (&CONST_WIDE_INT_ELT (x.first, 0),

Completed in 95 milliseconds