Searched defs:find_type (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dinstruction_simplifier.cc1402 DataType::Type find_type = (value == 0xff) ? DataType::Type::kInt8 : DataType::Type::kInt16; local
1403 if (input_other->GetType() == find_type &&

Completed in 41 milliseconds