Searched refs:Is64BitMove (Results 1 – 2 of 2) sorted by relevance
204 if (!move->Is64BitMove() && other_move->Is64BitMove()) { in PerformMove()460 DataType::Type type = move->Is64BitMove() ? DataType::Type::kInt64 : DataType::Type::kInt32; in PerformMove()
7746 bool Is64BitMove() const { in Is64BitMove() function