Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/Mips/
Dmadd-msub.ll7 %conv2 = sext i32 %b to i64
8 %mul = mul nsw i64 %conv2, %conv
18 %conv2 = zext i32 %b to i64
19 %mul = mul nsw i64 %conv2, %conv
29 %conv2 = sext i32 %b to i64
30 %mul = mul nsw i64 %conv2, %conv
39 %conv2 = sext i32 %a to i64
41 %mul = mul nsw i64 %conv4, %conv2
50 %conv2 = zext i32 %a to i64
52 %mul = mul nsw i64 %conv4, %conv2
/external/llvm/test/Transforms/InstCombine/
Dudivrem-change-width.ll8 %conv2 = zext i8 %b to i32
9 %div = udiv i32 %conv, %conv2
18 %conv2 = zext i8 %b to i32
19 %div = urem i32 %conv, %conv2
28 %conv2 = zext i8 %b to i32
29 %div = udiv i32 %conv, %conv2
38 %conv2 = zext i8 %b to i32
39 %div = urem i32 %conv, %conv2
Dpr8547.ll17 %conv2 = lshr i32 %shl, 24
19 ; CHECK: %conv2 = and i32 %0, 64
20 %tobool = icmp eq i32 %conv2, 0
24 …8*, ...)* @printf(i8* getelementptr inbounds ([10 x i8]* @.str, i64 0, i64 0), i32 %conv2) nounwind
Doverflow.ll11 %conv2 = sext i32 %b to i64
12 %add = add nsw i64 %conv2, %conv
36 %conv2 = sext i32 %b to i64
37 %add = add nsw i64 %conv2, %conv
63 %conv2 = sext i32 %b to i64
64 %add = add nsw i64 %conv2, %conv
84 %conv2 = sext i8 %b to i32
85 %add = add nsw i32 %conv2, %conv
Dcrash.ll22 %conv2.i86 = bitcast <2 x i64> %conv3.i98 to <4 x i32> ; <<4 x i32>> [#uses=1]
23 %cmp.i87 = icmp sgt <4 x i32> undef, %conv2.i86 ; <<4 x i1>> [#uses=1]
28 %conv2.i43 = bitcast <2 x i64> %or.i to <4 x i32> ; <<4 x i32>> [#uses=1]
29 %sub.i = sub <4 x i32> zeroinitializer, %conv2.i43 ; <<4 x i32>> [#uses=1]
/external/llvm/test/CodeGen/X86/
D2009-06-05-VariableIndexInsert.ll6 %conv2 = trunc i32 %b to i16 ; <i16> [#uses=1]
8 %vecins = insertelement <8 x i16> %conv, i16 %conv2, i32 %and ; <<8 x i16>> [#uses=1]
Dtest-shrink-bug.ll20 %conv2 = zext i1 %cmp to i32 ; <i32> [#uses=1]
21 %call = call i32 @func_16(i8 signext %tmp, i32 %conv2) ssp ; <i32> [#uses=1]
D2009-07-06-TwoAddrAssert.ll128 %conv2.i = or i16 %rem1.i, -16384 ; <i16> [#uses=1]
129 …%0 = call i16 asm "xchgb ${0:h}, ${0:b}", "=Q,0,~{dirflag},~{fpsr},~{flags}"(i16 %conv2.i) nounwin…
Dstore-narrow.ll166 %conv2 = trunc i32 %shr3 to i8
167 ret i8 %conv2
/external/llvm/test/CodeGen/Thumb/
Drev.ll50 %conv2 = zext i16 %shr9 to i32
52 %or = or i32 %conv2, %shl
/external/llvm/test/CodeGen/ARM/
Drev.ll50 %conv2 = zext i16 %shr9 to i32
52 %or = or i32 %conv2, %shl
/external/llvm/test/Transforms/GVN/
Drle.ll607 %conv2 = zext i8 %tmp1 to i32
608 %add = add nsw i32 %conv, %conv2
622 %conv2 = zext i8 %tmp1 to i32
623 %add = add nsw i32 %conv, %conv2
/external/icu4c/test/cintltst/
Dccapitst.c1526 UConverter *conv1, *conv2 = NULL; in TestConvertSafeCloneCallback() local
1551 conv2 = ucnv_safeClone(conv1, hunk, &hunkSize, &err); in TestConvertSafeCloneCallback()
1556 log_verbose("Cloned to conv2=%p.\n", conv2); in TestConvertSafeCloneCallback()
1559 ucnv_getFromUCallBack(conv2, &junkFrom, (const void**)pfrom2); in TestConvertSafeCloneCallback()
1592 ucnv_getToUCallBack(conv2, &junkTo, (const void**)pto2); in TestConvertSafeCloneCallback()
1649 ucnv_close(conv2); in TestConvertSafeCloneCallback()