Searched refs:DDIV_TO_MUL_RCP (Results 1 – 2 of 2) sorted by relevance
57 #define DDIV_TO_MUL_RCP 0x100000 macro58 #define DIV_TO_MUL_RCP (FDIV_TO_MUL_RCP | DDIV_TO_MUL_RCP)
347 (lowering(DDIV_TO_MUL_RCP) && ir->type->is_double())) in mod_to_floor()1778 (ir->operands[1]->type->is_double() && lowering(DDIV_TO_MUL_RCP))) in visit_leave()