Home | History | Annotate | Download | only in src

Lines Matching refs:HBitwise

3264 class HBitwise: public HBitwiseBinaryOperation {
3266 HBitwise(Token::Value op, HValue* context, HValue* left, HValue* right)
3289 return op() == HBitwise::cast(other)->op();