Lines Matching refs:is_double
205 assert(ir->operands[1]->type->is_float() || ir->operands[1]->type->is_double()); in div_to_mul_rcp()
339 (lowering(DDIV_TO_MUL_RCP) && ir->type->is_double())) in mod_to_floor()
345 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double()) in mod_to_floor()
1674 if (ir->operands[0]->type->is_double()) in visit_leave()
1678 if (ir->operands[0]->type->is_double()) in visit_leave()
1690 (ir->operands[1]->type->is_double() && lowering(DDIV_TO_MUL_RCP))) in visit_leave()
1705 if (lowering(MOD_TO_FLOOR) && (ir->type->is_float() || ir->type->is_double())) in visit_leave()
1717 if (lowering(DFREXP_DLDEXP_TO_ARITH) && ir->type->is_double()) in visit_leave()
1722 if (lowering(DFREXP_DLDEXP_TO_ARITH) && ir->operands[0]->type->is_double()) in visit_leave()
1727 if (lowering(DFREXP_DLDEXP_TO_ARITH) && ir->operands[0]->type->is_double()) in visit_leave()
1747 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double()) in visit_leave()
1752 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double()) in visit_leave()
1757 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double()) in visit_leave()
1762 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double()) in visit_leave()
1767 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double()) in visit_leave()