Lines Matching defs:expr
281 const Expression& expr, in cast_expression()
318 const Expression& expr, in negate_expression()
326 const Expression* expr = GetConstantValueForVariable(value); in GetConstantInt() local
335 const Expression* expr = GetConstantValueForVariable(value); in GetConstantValue() local
343 static bool contains_constant_zero(const Expression& expr) { in contains_constant_zero()
354 bool ConstantFolder::IsConstantSplat(const Expression& expr, double value) { in IsConstantSplat()
366 static bool is_constant_diagonal(const Expression& expr, double value) { in is_constant_diagonal()
387 static bool is_constant_value(const Expression& expr, double value) { in is_constant_value()
441 const Expression* expr = &inExpr; in GetConstantValueOrNull() local
462 const Expression* expr = GetConstantValueOrNull(inExpr); in GetConstantValueForVariable() local
468 const Expression* expr = GetConstantValueOrNull(*inExpr); in MakeConstantValueForVariable() local
490 if (std::unique_ptr<Expression> expr = cast_expression(context, pos, left, in simplify_arithmetic() local
497 if (std::unique_ptr<Expression> expr = cast_expression(context, pos, right, in simplify_arithmetic() local
506 if (std::unique_ptr<Expression> expr = cast_expression(context, pos, left, in simplify_arithmetic() local
512 if (std::unique_ptr<Expression> expr = cast_expression(context, pos, right, in simplify_arithmetic() local
524 if (std::unique_ptr<Expression> expr = negate_expression(context, pos, left, in simplify_arithmetic() local
530 if (std::unique_ptr<Expression> expr = negate_expression(context, pos, right, in simplify_arithmetic() local
540 if (std::unique_ptr<Expression> expr = cast_expression(context, pos, left, in simplify_arithmetic() local
547 if (std::unique_ptr<Expression> expr = negate_expression(context, pos, right, in simplify_arithmetic() local
557 if (std::unique_ptr<Expression> expr = cast_expression(context, pos, left, in simplify_arithmetic() local
563 if (std::unique_ptr<Expression> expr = make_reciprocal_expression(context, right)) { in simplify_arithmetic() local
599 if (std::unique_ptr<Expression> expr = make_reciprocal_expression(context, right)) { in simplify_arithmetic() local
887 if (std::unique_ptr<Expression> expr = simplify_arithmetic(context, pos, *left, op, in Simplify() local
894 if (std::unique_ptr<Expression> expr = simplify_matrix_division(context, pos, *left, op, in Simplify() local