Home
last modified time | relevance | path

Searched refs:ty_rop (Results 1 – 1 of 1) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemutil.c4621 int ty_lop, ty_rop; in chkopnds() local
4626 ty_rop = TY_OF(rop); in chkopnds()
4628 if (!TY_ISLOG(ty_lop) || !TY_ISLOG(ty_rop)) in chkopnds()
4631 if (OK_LTYP(ty_lop) || OK_LTYP(ty_rop)) { in chkopnds()