Searched refs:cst_right (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dconstant_folding.cc164 HConstant* cst_right = instruction->GetRight()->AsConstant(); local
165 if (((cst_right != nullptr) &&
166 (cst_right->IsOne() || cst_right->IsMinusOne())) ||

Completed in 37 milliseconds