Searched refs:CreateConstant (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | induction_var_analysis.h | 281 InductionInfo* CreateConstant(int64_t value, DataType::Type type);
|
D | induction_var_analysis.cc | 915 CreateConstant(0, type), in SolveOp() 1128 trip_count = CreateInvariantOp(context, loop, kSub, trip_count, CreateConstant(1, type)); in VisitTripCount() 1130 trip_count = CreateInvariantOp(context, loop, kAdd, trip_count, CreateConstant(1, type)); in VisitTripCount() 1341 HInductionVarAnalysis::InductionInfo* HInductionVarAnalysis::CreateConstant(int64_t value, in CreateConstant() function in art::HInductionVarAnalysis
|
D | nodes.h | 642 return CreateConstant(value, &cached_int_constants_, dex_pc); 645 return CreateConstant(value, &cached_long_constants_, dex_pc); 648 return CreateConstant(bit_cast<int32_t, float>(value), &cached_float_constants_, dex_pc); 651 return CreateConstant(bit_cast<int64_t, double>(value), &cached_double_constants_, dex_pc); 756 InstructionType* CreateConstant(ValueType value,
|