Home | History | Annotate | Download | only in llvm

Lines Matching refs:is_div

298   llvm::Value* Expand_DivRem(llvm::CallInst& call_inst, bool is_div, JType op_jty);
1249 bool is_div, JType op_jty) {
1276 if (is_div) {
1295 if (is_div) {
3539 return Expand_DivRem(call_inst, /* is_div */true, kInt);
3542 return Expand_DivRem(call_inst, /* is_div */false, kInt);
3545 return Expand_DivRem(call_inst, /* is_div */true, kLong);
3548 return Expand_DivRem(call_inst, /* is_div */false, kLong);