Searched defs:expr_value (Results 1 – 3 of 3) sorted by relevance
54 struct expr_value { struct55 struct expr *expr;56 tristate tri;
52 struct expr_value { struct53 struct expr *expr;54 tristate tri;
1902 const std::function<Value*()>& expr_value) { in emitIfExpr()1925 auto expr_value = n->addOutput()->setType(*unified); // Resulting value in emitIfExpr() local