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

/freebsd-11-stable/contrib/gcc/
H A Ddouble-int.h170 double_int_equal_p (double_int cst1, double_int cst2)
172 return cst1.low == cst2.low && cst1.high == cst2.high;
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c2328 int cst, cst2;
2372 cst2 = INTVAL (CONST_VECTOR_ELT (vec, 1));
2375 if (cst == cst2)
2320 int cst, cst2; local

Completed in 134 milliseconds