Home | History | Annotate | Download | only in llvm

Lines Matching refs:kInt

57 using ::art::llvm::kInt;
1066 bool is_elem_int_ty = (static_cast<JType>(element_jty) == kInt);
1477 DCHECK(op_jty == kInt || op_jty == kLong);
1480 if (op_jty == kInt) {
1508 return irb_.CreateZExt(value, irb_.getJType(kInt));
1511 return irb_.CreateSExt(value, irb_.getJType(kInt));
1513 case kInt:
1533 case kInt:
1677 new_value = irb_.CreateBitCast(new_value, irb_.getJType(kInt));
1990 new_value = irb_.CreateBitCast(new_value, irb_.getJType(kInt));
2558 DCHECK(op_jty == kInt || op_jty == kLong) << op_jty;
3001 kInt);
3037 kInt);
3118 kInt);
3174 kInt);
3244 kInt);
3300 kInt);
3360 return Expand_HLArrayGet(call_inst, kInt);
3387 Expand_HLArrayPut(call_inst, kInt);
3425 return Expand_HLIGet(call_inst, kInt);
3452 Expand_HLIPut(call_inst, kInt);
3539 return Expand_DivRem(call_inst, /* is_div */true, kInt);
3542 return Expand_DivRem(call_inst, /* is_div */false, kInt);
3565 return Expand_HLSget(call_inst, kInt);
3592 Expand_HLSput(call_inst, kInt);
3728 kIntegerSHL, kInt);
3733 kIntegerSHR, kInt);
3738 kIntegerUSHR, kInt);