Home
last modified time | relevance | path

Searched refs:getJInt (Results 1 – 3 of 3) sorted by relevance

/art/compiler/llvm/
Dir_builder.h402 ::llvm::ConstantInt* getJInt(int32_t i) { in getJInt() function
445 return getJInt(0); in getJZero()
Dgbc_expander.cc950 irb_.getJInt(0)); in EmitIntrinsicStringLengthOrIsEmpty()
1463 llvm::Constant* zero = irb_.getJInt(0); in EmitCompareResultSelection()
1464 llvm::Constant* pos1 = irb_.getJInt(1); in EmitCompareResultSelection()
1465 llvm::Constant* neg1 = irb_.getJInt(-1); in EmitCompareResultSelection()
2271 phi->addIncoming(irb_.getJInt(0), block_nullp); in Expand_InstanceOf()
2272 phi->addIncoming(irb_.getJInt(1), block_class_equals); in Expand_InstanceOf()
/art/compiler/dex/portable/
Dmir_to_gbc.cc789 ::llvm::Constant* imm_value = irb_->getJInt(vB); in ConvertMIRNode()
806 ::llvm::Constant* imm_value = irb_->getJInt(vB << 16); in ConvertMIRNode()
1915 irb_->getJLong(0) : irb_->getJInt(0); in MethodMIR2Bitcode()