Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_analysis.h239 InductionInfo* CreateConstant(int64_t value, DataType::Type type);
Dinduction_var_analysis.cc814 CreateConstant(0, type_), in SolveOp()
1018 trip_count = CreateInvariantOp(kSub, trip_count, CreateConstant(1, type)); in VisitTripCount()
1020 trip_count = CreateInvariantOp(kAdd, trip_count, CreateConstant(1, type)); in VisitTripCount()
1222 HInductionVarAnalysis::InductionInfo* HInductionVarAnalysis::CreateConstant(int64_t value, in CreateConstant() function in art::HInductionVarAnalysis
Dnodes.h611 return CreateConstant(value, &cached_int_constants_, dex_pc);
614 return CreateConstant(value, &cached_long_constants_, dex_pc);
617 return CreateConstant(bit_cast<int32_t, float>(value), &cached_float_constants_, dex_pc);
620 return CreateConstant(bit_cast<int64_t, double>(value), &cached_double_constants_, dex_pc);
701 InstructionType* CreateConstant(ValueType value,