Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier.cc877 static bool AreLowerPrecisionArgs(DataType::Type to_type, HInstruction* a, HInstruction* b) { in AreLowerPrecisionArgs() function
1000 AreLowerPrecisionArgs(t_type, a, b)) { in VisitSelect()