Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_shared.cc47 int result_size = DataType::Size(result_type); in GetOpInfoFromInstruction() local
49 int min_size = std::min(result_size, input_size); in GetOpInfoFromInstruction()
58 (input_type == DataType::Type::kUint8 && input_size < result_size)) { in GetOpInfoFromInstruction()
61 (input_type == DataType::Type::kUint16 && input_size < result_size)) { in GetOpInfoFromInstruction()