Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc292 tree ieq = build_float_identity (code, imaginary_part (t1), in visit() local
296 this->result_ = build_boolop (TRUTH_ANDIF_EXPR, req, ieq); in visit()
298 this->result_ = build_boolop (TRUTH_ORIF_EXPR, req, ieq); in visit()
H A Dd-codegen.cc918 tree ieq = build_float_identity (code, imaginary_part (t1ref), in lower_struct_comparison() local
921 tcmp = build_boolop (tcode, req, ieq); in lower_struct_comparison()
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dexpr.cc296 tree ieq = build_float_identity (code, imaginary_part (t1), in visit() local
300 this->result_ = build_boolop (TRUTH_ANDIF_EXPR, req, ieq); in visit()
302 this->result_ = build_boolop (TRUTH_ORIF_EXPR, req, ieq); in visit()
H A Dd-codegen.cc979 tree ieq = build_float_identity (code, imaginary_part (t1ref), in lower_struct_comparison() local
982 tcmp = build_boolop (tcode, req, ieq); in lower_struct_comparison()