Searched refs:first_imm_ptr (Results 1 – 1 of 1) sorted by relevance
129 auto first_imm_ptr = first_node_channel->cast<Int64ImmPtr>(); in GetCoverIndex() local130 MS_EXCEPTION_IF_NULL(first_imm_ptr); in GetCoverIndex()131 size_t first_channel = first_imm_ptr->value(); in GetCoverIndex()