Searched refs:expr_value (Results 1 – 3 of 3) sorted by relevance
54 struct expr_value { struct123 struct expr_value dir_dep;126 struct expr_value rev_dep;131 struct expr_value implied;193 struct expr_value visible;
52 struct expr_value { struct82 struct expr_value rev_dep;118 struct expr_value visible;
1902 const std::function<Value*()>& expr_value) { in emitIfExpr() argument1906 Value* out_val = expr_value(); in emitIfExpr()1925 auto expr_value = n->addOutput()->setType(*unified); // Resulting value in emitIfExpr() local1927 return expr_value; in emitIfExpr()