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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c14979 tree elem0 = VECTOR_CST_ELT (op0, i);
14981 tree tmp = fold_relational_const (EQ_EXPR, type, elem0, elem1);
14996 tree elem0 = VECTOR_CST_ELT (op0, i);
15000 elem0, elem1);
14951 tree elem0 = VECTOR_CST_ELT (op0, i); local
14968 tree elem0 = VECTOR_CST_ELT (op0, i); local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c1987 rtx elem0;
1992 elem0 = CONST_VECTOR_ELT (op, 0);
1993 if (!CONST_INT_P (elem0))
1996 value = INTVAL (elem0);
1977 rtx elem0; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc1989 rtx elem0;
1994 elem0 = CONST_VECTOR_ELT (op, 0);
1995 if (!CONST_INT_P (elem0))
1998 value = INTVAL (elem0);
1979 rtx elem0; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc15915 tree elem0 = VECTOR_CST_ELT (op0, i);
15917 tree tmp = fold_relational_const (EQ_EXPR, type, elem0, elem1);
15932 tree elem0 = VECTOR_CST_ELT (op0, i);
15936 elem0, elem1);

Completed in 504 milliseconds