Searched refs:CreateConstant (Results 1 - 3 of 3) sorted by last modified time

/art/compiler/optimizing/
H A Dinduction_var_analysis.cc429 return TransferMul(a, CreateConstant(1 << value, type));
690 trip_count = CreateInvariantOp(kSub, trip_count, CreateConstant(1, type));
692 trip_count = CreateInvariantOp(kAdd, trip_count, CreateConstant(1, type));
831 HInductionVarAnalysis::InductionInfo* HInductionVarAnalysis::CreateConstant(int64_t value, function in class:art::HInductionVarAnalysis
H A Dinduction_var_analysis.h205 InductionInfo* CreateConstant(int64_t value, Primitive::Type type);
H A 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, function in class:art::HGraph

Completed in 70 milliseconds