Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_shared.h207 shift_amount_(shift & (instr->GetType() == DataType::Type::kInt32
221 shift_amount_ == other->shift_amount_; in InstructionDataEquals()
239 int GetShiftAmount() const { return shift_amount_; } in GetShiftAmount()
249 int shift_amount_; variable