Searched refs:IFEQ (Results 1 – 4 of 4) sorted by relevance
44 IFEQ, enumerator
90 case CondOp::IFEQ: in DebugString()
382 case CondOp::IFEQ: in EvalIf()386 is_true = ((lhs == rhs) == (stmt->op == CondOp::IFEQ)); in EvalIf()
403 stmt->op = directive[2] == 'n' ? CondOp::IFNEQ : CondOp::IFEQ; in ParseIfeq()