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

/art/compiler/optimizing/
H A Dinduction_var_analysis.h239 InductionInfo* CreateConstant(int64_t value, DataType::Type type);
H A Dinduction_var_analysis.cc813 CreateConstant(0, type_),
1017 trip_count = CreateInvariantOp(kSub, trip_count, CreateConstant(1, type));
1019 trip_count = CreateInvariantOp(kAdd, trip_count, CreateConstant(1, type));
1221 HInductionVarAnalysis::InductionInfo* HInductionVarAnalysis::CreateConstant(int64_t value, function in class:art::HInductionVarAnalysis
H A Dnodes.h538 return CreateConstant(value, &cached_int_constants_, dex_pc);
541 return CreateConstant(value, &cached_long_constants_, dex_pc);
544 return CreateConstant(bit_cast<int32_t, float>(value), &cached_float_constants_, dex_pc);
547 return CreateConstant(bit_cast<int64_t, double>(value), &cached_double_constants_, dex_pc);
619 InstructionType* CreateConstant(ValueType value, function in class:art::HGraph

Completed in 242 milliseconds