Home
last modified time | relevance | path

Searched refs:conv2 (Results 1 – 5 of 5) sorted by relevance

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/types/
DCompositeTypeConverter.kt27 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/
Dread.ll28 %conv2 = zext i8 %3 to i32
31 %add = add nuw nsw i32 %conv3, %conv2
Daccess_same.ll28 %conv2 = zext i8 %3 to i32
33 …sSetElementAt_uchar413rs_allocationDv4_hjj([1 x i32] %5, <4 x i8> %call, i32 %conv2, i32 %conv3) #2
Dmulti_read.ll29 %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/
DTypeAdapterStore.kt217 val r2 = reverse(converter.conv2) ?: return null in <lambda>()