Searched refs:new_and_input (Results 1 – 1 of 1) sorted by relevance
1392 HInstruction* new_and_input = input_other->InputAt(0); in VisitAnd() local1394 DCHECK_NE(new_and_input->GetType(), DataType::Type::kInt64); in VisitAnd()1397 new (GetGraph()->GetAllocator()) HAnd(DataType::Type::kInt32, new_and_input, new_const); in VisitAnd()1406 input_other = new_and_input; in VisitAnd()