Searched defs:const_input (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dintrinsics_arm64.cc1716 HIntConstant* const_input = input->AsIntConstant(); local
1717 if (const_input != nullptr && !vixl::Assembler::IsImmAddSub(const_input->GetValue())) {

Completed in 101 milliseconds