Home | History | Annotate | Download | only in optimizing

Lines Matching full:const_input

2158   HIntConstant* const_input = input->AsIntConstant();
2159 if (const_input != nullptr && !vixl::aarch64::Assembler::IsImmAddSub(const_input->GetValue())) {