Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_shared.h141 shift_amount_(shift & (instr->GetType() == DataType::Type::kInt32
155 shift_amount_ == other->shift_amount_; in InstructionDataEquals()
173 int GetShiftAmount() const { return shift_amount_; } in GetShiftAmount()
183 int shift_amount_; variable