HomeSort by relevance Sort by last modified time
    Searched refs:GetFloatConstant (Results 1 - 9 of 9) sorted by null

  /art/compiler/optimizing/
licm_test.cc 83 float_constant_ = graph_->GetFloatConstant(42.0f);
load_store_elimination.cc 280 return GetGraph()->GetFloatConstant(0);
nodes.cc     [all...]
nodes.h 526 HFloatConstant* GetFloatConstant(float value, uint32_t dex_pc = kNoDexPc) {
    [all...]
induction_var_analysis_test.cc 105 float_constant0_ = graph_->GetFloatConstant(0.0f);
    [all...]
bounds_check_elimination.cc     [all...]
induction_var_analysis.cc     [all...]
inliner.cc     [all...]
instruction_simplifier.cc     [all...]

Completed in 92 milliseconds