Searched refs:set_condition (Results 1 – 3 of 3) sorted by relevance
1154 void set_condition(Expression* e) { condition_ = e; } in set_condition() function2397 void set_condition(Expression* e) { condition_ = e; } in set_condition() function
1087 external set_condition : llvalue -> llvalue -> unit
1845 (** [set_condition v c] sets the condition of the branch instruction [v] to the value [c].1847 val set_condition : llvalue -> llvalue -> unit val