Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier.cc1417 HShr* shr_op = input->AsShr(); in VisitTypeConversion() local
1418 HConstant* shr_right = shr_op->GetConstantRight(); in VisitTypeConversion()
1419 HInstruction* shr_left = shr_op->GetLeastConstantLeft(); in VisitTypeConversion()