Lines Matching refs:kLong
59 using ::art::llvm::kLong;
801 if (elem_jty == kLong || elem_jty == kDouble || in EmitArrayGEP()
1477 DCHECK(op_jty == kInt || op_jty == kLong); in Expand_IntegerShift()
1514 case kLong: in SignOrZeroExtendCat1Types()
1534 case kLong: in TruncateCat1Types()
1616 } else if (field_jty == kLong || field_jty == kDouble) { in Expand_HLIGet()
1679 new_value = irb_.CreateBitCast(new_value, irb_.getJType(kLong)); in Expand_HLIPut()
1684 } else if (field_jty == kLong || field_jty == kDouble) { in Expand_HLIPut()
1900 } else if (field_jty == kLong || field_jty == kDouble) { in Expand_HLSget()
1983 } else if (field_jty == kLong || field_jty == kDouble) { in Expand_HLSput()
1992 new_value = irb_.CreateBitCast(new_value, irb_.getJType(kLong)); in Expand_HLSput()
2558 DCHECK(op_jty == kInt || op_jty == kLong) << op_jty; in EmitGuard_DivZeroException()
3006 kLong); in ExpandIntrinsic()
3044 kLong); in ExpandIntrinsic()
3124 kLong); in ExpandIntrinsic()
3182 kLong); in ExpandIntrinsic()
3250 kLong); in ExpandIntrinsic()
3308 kLong); in ExpandIntrinsic()
3378 return Expand_HLArrayGet(call_inst, kLong); in ExpandIntrinsic()
3411 Expand_HLArrayPut(call_inst, kLong); in ExpandIntrinsic()
3443 return Expand_HLIGet(call_inst, kLong); in ExpandIntrinsic()
3476 Expand_HLIPut(call_inst, kLong); in ExpandIntrinsic()
3545 return Expand_DivRem(call_inst, /* is_div */true, kLong); in ExpandIntrinsic()
3548 return Expand_DivRem(call_inst, /* is_div */false, kLong); in ExpandIntrinsic()
3583 return Expand_HLSget(call_inst, kLong); in ExpandIntrinsic()
3616 Expand_HLSput(call_inst, kLong); in ExpandIntrinsic()
3713 kIntegerSHL, kLong); in ExpandIntrinsic()
3718 kIntegerSHR, kLong); in ExpandIntrinsic()
3723 kIntegerUSHR, kLong); in ExpandIntrinsic()