Lines Matching defs:is_true
43 BranchCondition() : condition(nullptr), branch(nullptr), is_true(false) {}
44 BranchCondition(Node* condition, Node* branch, bool is_true)
45 : condition(condition), branch(branch), is_true(is_true) {}
48 bool is_true;
52 is_true == other.is_true;
69 // copies its {branch} and {is_true} fields.
70 bool LookupCondition(Node* condition, Node** branch, bool* is_true) const;
73 void AddCondition(Zone* zone, Node* condition, Node* branch, bool is_true,
77 bool is_true);