Searched refs:CreateConstant (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | induction_var_analysis.h | 239 InductionInfo* CreateConstant(int64_t value, DataType::Type type);
|
D | induction_var_analysis.cc | 814 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
|
D | nodes.h | 632 return CreateConstant(value, &cached_int_constants_, dex_pc); 635 return CreateConstant(value, &cached_long_constants_, dex_pc); 638 return CreateConstant(bit_cast<int32_t, float>(value), &cached_float_constants_, dex_pc); 641 return CreateConstant(bit_cast<int64_t, double>(value), &cached_double_constants_, dex_pc); 725 InstructionType* CreateConstant(ValueType value,
|