Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_shared.cc48 int input_size = DataType::Size(input_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()