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