Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dinstruction_simplifier.cc905 static bool AreLowerPrecisionArgs(DataType::Type to_type, HInstruction* a, HInstruction* b) { in AreLowerPrecisionArgs() function
1089 AreLowerPrecisionArgs(t_type, a, b)) { in VisitSelect()