Searched refs:conv2 (Results 1 – 13 of 13) sorted by relevance
/external/llvm/test/CodeGen/Mips/ |
D | madd-msub.ll | 7 %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/ |
D | udivrem-change-width.ll | 8 %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
|
D | pr8547.ll | 17 %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
|
D | overflow.ll | 11 %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
|
D | crash.ll | 22 %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/ |
D | 2009-06-05-VariableIndexInsert.ll | 6 %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]
|
D | test-shrink-bug.ll | 20 %conv2 = zext i1 %cmp to i32 ; <i32> [#uses=1] 21 %call = call i32 @func_16(i8 signext %tmp, i32 %conv2) ssp ; <i32> [#uses=1]
|
D | 2009-07-06-TwoAddrAssert.ll | 128 %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…
|
D | store-narrow.ll | 166 %conv2 = trunc i32 %shr3 to i8 167 ret i8 %conv2
|
/external/llvm/test/CodeGen/Thumb/ |
D | rev.ll | 50 %conv2 = zext i16 %shr9 to i32 52 %or = or i32 %conv2, %shl
|
/external/llvm/test/CodeGen/ARM/ |
D | rev.ll | 50 %conv2 = zext i16 %shr9 to i32 52 %or = or i32 %conv2, %shl
|
/external/llvm/test/Transforms/GVN/ |
D | rle.ll | 607 %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/ |
D | ccapitst.c | 1526 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()
|