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

  /src/external/gpl3/gcc/dist/gcc/
rtl.h 1360 #define XVECEXP(RTX, N, M) RTVEC_ELT (XVEC (RTX, N), M)
1438 return XVECEXP (this, 0, index);
1443 return as_a <rtx_insn *> (XVECEXP (this, 0, index));
3128 since XVECEXP (X, 0) and XVECEXP (Y, 0) list all the elements anyway. */
  /src/external/gpl3/gcc.old/dist/gcc/
rtl.h 1358 #define XVECEXP(RTX, N, M) RTVEC_ELT (XVEC (RTX, N), M)
1436 return XVECEXP (this, 0, index);
1441 return as_a <rtx_insn *> (XVECEXP (this, 0, index));
3113 since XVECEXP (X, 0) and XVECEXP (Y, 0) list all the elements anyway. */

Completed in 22 milliseconds