HomeSort by relevance Sort by last modified time
    Searched refs:IsArithmeticZero (Results 1 - 6 of 6) sorted by null

  /art/compiler/optimizing/
constant_folding.cc 126 if (check_input->IsConstant() && !check_input->AsConstant()->IsArithmeticZero()) {
136 if (left->IsConstant() && left->AsConstant()->IsArithmeticZero()) {
172 instruction->GetLeft()->AsConstant()->IsArithmeticZero()) {
184 instruction->GetRight()->AsConstant()->IsArithmeticZero()) {
196 instruction->GetRight()->AsConstant()->IsArithmeticZero()) {
208 instruction->GetLeft()->AsConstant()->IsArithmeticZero()) {
254 (input_cst != nullptr) && input_cst->IsArithmeticZero()) {
294 instruction->GetLeft()->AsConstant()->IsArithmeticZero()) {
load_store_analysis.cc 36 if (cst == nullptr || cst->IsArithmeticZero()) {
nodes.h     [all...]
instruction_simplifier.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_arm_vixl.cc     [all...]

Completed in 53 milliseconds