Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_builder.h68 HInstruction* GetFloatOrDoubleEquivalent(HInstruction* instruction, DataType::Type type);
Dssa_builder.cc196 : GetFloatOrDoubleEquivalent(input, common_type); in TypeInputsOfPhi()
392 HInstruction* equivalent = GetFloatOrDoubleEquivalent(value, array_type); in FixAmbiguousArrayOps()
712 HInstruction* SsaBuilder::GetFloatOrDoubleEquivalent(HInstruction* value, DataType::Type type) { in GetFloatOrDoubleEquivalent() function in art::SsaBuilder
Dinstruction_builder.cc521 value = ssa_builder_->GetFloatOrDoubleEquivalent(value, type); in LoadLocal()