fn comparison_of<'gcx>(
gcx: Gcx<'gcx>,
expr: &'gcx Expr<'gcx>,
) -> Option<Comparison>Expand description
A comparison of one resolved integer variable (possibly cast) against a constant.
fn comparison_of<'gcx>(
gcx: Gcx<'gcx>,
expr: &'gcx Expr<'gcx>,
) -> Option<Comparison>A comparison of one resolved integer variable (possibly cast) against a constant.