Searched refs:maybe_eq (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-dfa.c616 || (maybe_eq
684 || maybe_eq (bit_offset + maxsize,
H A Dpoly-int.h1226 maybe_eq (const poly_int_pod<N, Ca> &a, const poly_int_pod<N, Cb> &b) function
1236 maybe_eq (const poly_int_pod<N, Ca> &a, const Cb &b) function
1246 maybe_eq (const Ca &a, const poly_int_pod<N, Cb> &b) function
1256 maybe_eq (const Ca &a, const Cb &b) function
1307 #define known_ne(A, B) (!maybe_eq (A, B))
H A Dtree-affine.c894 if (maybe_eq (div, 0))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-dfa.cc631 || (maybe_eq
699 || maybe_eq (bit_offset + maxsize,
H A Dpoly-int.h1226 maybe_eq (const poly_int_pod<N, Ca> &a, const poly_int_pod<N, Cb> &b) function
1236 maybe_eq (const poly_int_pod<N, Ca> &a, const Cb &b) function
1246 maybe_eq (const Ca &a, const poly_int_pod<N, Cb> &b) function
1256 maybe_eq (const Ca &a, const Cb &b) function
1307 #define known_ne(A, B) (!maybe_eq (A, B))
H A Dtree-affine.cc903 if (maybe_eq (div, 0))
H A Dfold-const.cc16786 if (maybe_eq (off0, 0) && maybe_eq (off1, size1))
16788 else if (maybe_eq (off1, 0) && maybe_eq (off0, size0))

Completed in 161 milliseconds