Searched refs:conv2 (Results 1 – 5 of 5) sorted by relevance
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/types/ |
D | CompositeTypeConverter.kt | 27 class CompositeTypeConverter(val conv1: TypeConverter, val conv2: TypeConverter) : TypeConverter( constant in androidx.room.solver.types.CompositeTypeConverter 28 conv1.from, conv2.to) { 34 conv2.convert(tmp, outputVarName, scope) in convert()
|
/frameworks/rs/rsov/compiler/tests/rs_allocation/ |
D | read.ll | 28 %conv2 = zext i8 %3 to i32 31 %add = add nuw nsw i32 %conv3, %conv2
|
D | access_same.ll | 28 %conv2 = zext i8 %3 to i32 33 …sSetElementAt_uchar413rs_allocationDv4_hjj([1 x i32] %5, <4 x i8> %call, i32 %conv2, i32 %conv3) #2
|
D | multi_read.ll | 29 %conv2 = zext i8 %3 to i32 34 …%call4 = tail call <4 x i8> @_Z21rsGetElementAt_uchar413rs_allocationjj([1 x i32] %5, i32 %conv2, …
|
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/ |
D | TypeAdapterStore.kt | 217 val r2 = reverse(converter.conv2) ?: return null in <lambda>()
|