Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier.cc396 DataType::Type source_type = shift_amount->InputAt(0)->GetType(); in VisitShift() local
398 if (DataType::IsIntegralType(source_type) && !DataType::Is64BitType(source_type)) { in VisitShift()