27 auto tmp =
static_cast<View
>(in.get(C::calldata_end)) * (
FF(1) -
static_cast<View
>(in.get(C::calldata_end)));
31 using View =
typename std::tuple_element_t<2, ContainerOverSubrelations>::View;
32 auto tmp =
static_cast<View
>(in.get(C::calldata_end)) * (
FF(1) -
static_cast<View
>(in.get(C::calldata_sel)));
36 using View =
typename std::tuple_element_t<3, ContainerOverSubrelations>::View;
37 auto tmp = (
FF(1) -
CView(calldata_LATCH_CONDITION)) *
38 (
static_cast<View
>(in.get(C::calldata_sel)) -
static_cast<View
>(in.get(C::calldata_sel_shift)));
42 using View =
typename std::tuple_element_t<4, ContainerOverSubrelations>::View;
43 auto tmp = (
static_cast<View
>(in.get(C::calldata_index_shift)) -
44 ((
static_cast<View
>(in.get(C::calldata_sel)) -
static_cast<View
>(in.get(C::calldata_end))) *
45 (
static_cast<View
>(in.get(C::calldata_index)) +
FF(1)) +
46 static_cast<View
>(in.get(C::calldata_sel_shift)) *
CView(calldata_LATCH_CONDITION)));
50 using View =
typename std::tuple_element_t<5, ContainerOverSubrelations>::View;
52 (
FF(1) -
CView(calldata_LATCH_CONDITION)) * (
static_cast<View
>(in.get(C::calldata_context_id)) -
53 static_cast<View
>(in.get(C::calldata_context_id_shift)));