Searched refs:get_constant (Results 1 – 3 of 3) sorted by relevance
192 auto get_constant = [](mlir::Operation* op, in getLaunchBound() local201 auto dim_y = get_constant(y_op, "y"); in getLaunchBound()207 auto dim_z = get_constant(z_op, "z"); in getLaunchBound()212 return get_constant(dim.x.getDefiningOp(), "x"); in getLaunchBound()
90 return font->face->table.MATH->get_constant(constant, font); in hb_ot_math_get_constant()
696 hb_position_t get_constant (hb_ot_math_constant_t constant, in get_constant() function