Lines Matching defs:lhs
3619 TNode<Oddball> Equal(TNode<Object> lhs, TNode<Object> rhs,
3623 lhs, rhs, [=]() { return context; }, var_type_feedback);
3625 TNode<Oddball> Equal(TNode<Object> lhs, TNode<Object> rhs,
3629 TNode<Oddball> StrictEqual(TNode<Object> lhs, TNode<Object> rhs,
3636 void BranchIfSameValue(TNode<Object> lhs, TNode<Object> rhs, Label* if_true,
3868 bool ConstexprIntegerLiteralEqual(IntegerLiteral lhs, IntegerLiteral rhs) {
3869 return lhs == rhs;
3871 IntegerLiteral ConstexprIntegerLiteralAdd(const IntegerLiteral& lhs,
3873 IntegerLiteral ConstexprIntegerLiteralLeftShift(const IntegerLiteral& lhs,
3875 IntegerLiteral ConstexprIntegerLiteralBitwiseOr(const IntegerLiteral& lhs,