Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_analysis.cc429 return TransferMul(a, CreateConstant(1 << value, type)); in TransferShl()
690 trip_count = CreateInvariantOp(kSub, trip_count, CreateConstant(1, type)); in VisitTripCount()
692 trip_count = CreateInvariantOp(kAdd, trip_count, CreateConstant(1, type)); in VisitTripCount()
831 HInductionVarAnalysis::InductionInfo* HInductionVarAnalysis::CreateConstant(int64_t value, in CreateConstant() function in art::HInductionVarAnalysis
Dinduction_var_analysis.h205 InductionInfo* CreateConstant(int64_t value, Primitive::Type type);
Dnodes.h473 return CreateConstant(value, &cached_int_constants_, dex_pc);
476 return CreateConstant(value, &cached_long_constants_, dex_pc);
479 return CreateConstant(bit_cast<int32_t, float>(value), &cached_float_constants_, dex_pc);
482 return CreateConstant(bit_cast<int64_t, double>(value), &cached_double_constants_, dex_pc);
526 InstructionType* CreateConstant(ValueType value,