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

  /art/compiler/optimizing/
constant_folding.cc 123 if (check_input->IsConstant() && !check_input->AsConstant()->IsArithmeticZero()) {
133 if (left->IsConstant() && left->AsConstant()->IsArithmeticZero()) {
145 instruction->GetLeft()->AsConstant()->IsArithmeticZero()) {
157 instruction->GetRight()->AsConstant()->IsArithmeticZero()) {
169 instruction->GetRight()->AsConstant()->IsArithmeticZero()) {
181 instruction->GetLeft()->AsConstant()->IsArithmeticZero()) {
227 (input_cst != nullptr) && input_cst->IsArithmeticZero()) {
267 instruction->GetLeft()->AsConstant()->IsArithmeticZero()) {
nodes.h     [all...]
instruction_simplifier.cc     [all...]
code_generator_arm64.cc     [all...]

Completed in 40 milliseconds