v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::turboshaft::MapMaskAndOr Struct Reference

#include <late-load-elimination-reducer.h>

Collaboration diagram for v8::internal::compiler::turboshaft::MapMaskAndOr:

Public Member Functions

bool operator== (const MapMaskAndOr &other) const
 
bool operator!= (const MapMaskAndOr &other) const
 

Public Attributes

MapMask or_ = 0
 
MapMask and_ = -1ull
 

Detailed Description

Definition at line 148 of file late-load-elimination-reducer.h.

Member Function Documentation

◆ operator!=()

bool v8::internal::compiler::turboshaft::MapMaskAndOr::operator!= ( const MapMaskAndOr & other) const
inline

Definition at line 156 of file late-load-elimination-reducer.h.

◆ operator==()

bool v8::internal::compiler::turboshaft::MapMaskAndOr::operator== ( const MapMaskAndOr & other) const
inline

Definition at line 152 of file late-load-elimination-reducer.h.

Member Data Documentation

◆ and_

MapMask v8::internal::compiler::turboshaft::MapMaskAndOr::and_ = -1ull

Definition at line 150 of file late-load-elimination-reducer.h.

◆ or_

MapMask v8::internal::compiler::turboshaft::MapMaskAndOr::or_ = 0

Definition at line 149 of file late-load-elimination-reducer.h.


The documentation for this struct was generated from the following file: