Searched defs:aget_float (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dssa_builder.cc336 HArrayGet* aget_float = FindFloatOrDoubleEquivalentOfArrayGet(aget_int); local
341 if (aget_float != nullptr) {
344 aget_float->ReplaceWith(aget_int);
345 aget_float->GetBlock()->RemoveInstruction(aget_float);
350 if (aget_float == nullptr) {
353 aget_float = CreateFloatOrDoubleEquivalentOfArrayGet(aget_int);
358 aget_int->ReplaceWith(aget_float);
360 AddDependentInstructionsToWorklist(aget_float, &worklist);

Completed in 47 milliseconds