Home
last modified time | relevance | path

Searched refs:GetFloatOrDoubleEquivalent (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dssa_builder.h67 HInstruction* GetFloatOrDoubleEquivalent(HInstruction* instruction, Primitive::Type type);
Dssa_builder.cc187 : GetFloatOrDoubleEquivalent(input, common_type); in TypeInputsOfPhi()
378 HInstruction* equivalent = GetFloatOrDoubleEquivalent(value, array_type); in FixAmbiguousArrayOps()
664 HInstruction* SsaBuilder::GetFloatOrDoubleEquivalent(HInstruction* value, Primitive::Type type) { in GetFloatOrDoubleEquivalent() function in art::SsaBuilder
Dinstruction_builder.cc393 value = ssa_builder_->GetFloatOrDoubleEquivalent(value, type); in LoadLocal()