(idx, value)
| 689 | if len(expectedEleTys) == len(currentEleTys): |
| 690 | |
| 691 | def conversion(idx, value): |
| 692 | return self.changeOperandToType( |
| 693 | expectedEleTys[idx], |
| 694 | value, |
| 695 | allowDemotion=allowDemotion) |
| 696 | |
| 697 | return self.__copyStructAndConvertElements( |
| 698 | operand, |
nothing calls this directly
no test coverage detected