Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_builder.h71 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()
693 HInstruction* SsaBuilder::GetFloatOrDoubleEquivalent(HInstruction* value, DataType::Type type) { in GetFloatOrDoubleEquivalent() function in art::SsaBuilder