Home
last modified time | relevance | path

Searched refs:new_const (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dinstruction_simplifier.cc1389 HConstant* new_const = GetGraph()->GetConstant(DataType::Type::kInt32, value); in VisitAnd() local
1391 new (GetGraph()->GetAllocator()) HAnd(DataType::Type::kInt32, new_and_input, new_const); in VisitAnd()