HomeSort by: relevance | last modified time | path
    Searched refs:elem0 (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 1815 rtx elem0; local
1820 elem0 = CONST_VECTOR_ELT (op, 0);
1821 if (!CONST_INT_P (elem0))
1824 value = INTVAL (elem0);
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc 2069 rtx elem0;
2074 elem0 = CONST_VECTOR_ELT (op, 0);
2075 if (!CONST_INT_P (elem0))
2078 value = INTVAL (elem0);
2059 rtx elem0; local
  /src/external/gpl3/gcc/dist/gcc/
fold-const.cc 16342 tree elem0 = VECTOR_CST_ELT (op0, i);
16344 tree tmp = fold_relational_const (EQ_EXPR, type, elem0, elem1);
16359 tree elem0 = VECTOR_CST_ELT (op0, i);
16363 elem0, elem1);
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc 1989 rtx elem0;
1994 elem0 = CONST_VECTOR_ELT (op, 0);
1995 if (!CONST_INT_P (elem0))
1998 value = INTVAL (elem0);
1979 rtx elem0; local
  /src/external/gpl3/gcc.old/dist/gcc/
fold-const.cc 15937 tree elem0 = VECTOR_CST_ELT (op0, i);
15939 tree tmp = fold_relational_const (EQ_EXPR, type, elem0, elem1);
15954 tree elem0 = VECTOR_CST_ELT (op0, i);
15958 elem0, elem1);

Completed in 109 milliseconds