Home
last modified time | relevance | path

Searched refs:index32 (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/Analysis/ScalarEvolution/
Dflags-from-poison.ll20 ; CHECK: %index32 =
22 %index32 = add nsw i32 %i, %offset
26 %index64 = sext i32 %index32 to i64
46 ; CHECK: %index32 =
48 %index32 = add nuw i32 %i, %offset
50 %ptr = getelementptr inbounds float, float* %input, i32 %index32
68 ; CHECK: %index32 =
70 %index32 = add nsw i32 %i, %offset
72 %ptr = getelementptr inbounds float, float* %input, i32 %index32
93 ; CHECK: %index32 =
[all …]
/external/llvm/test/Transforms/LoopStrengthReduce/
Dsext-ind-var.ll30 %index32 = add nuw nsw i32 %i, %offset
31 %index64 = sext i32 %index32 to i64
63 %index32 = sub nuw nsw i32 %i, %offset
64 %index64 = sext i32 %index32 to i64
95 %index32 = mul nuw nsw i32 %i, %stride
96 %index64 = sext i32 %index32 to i64
128 %index32 = shl nuw nsw i32 %i, 7
129 %index32mul = mul nuw nsw i32 %index32, 3
/external/icu/icu4c/source/common/
Dutext.cpp1729 int32_t index32 = pinIndex(index, length); in repTextAccess() local
1743 if (index32>=ut->chunkNativeStart && index32<ut->chunkNativeLimit) { in repTextAccess()
1748 if (index32>=length && ut->chunkNativeLimit==length) { in repTextAccess()
1770 if (index32>ut->chunkNativeStart && index32<=ut->chunkNativeLimit) { in repTextAccess()
1772 ut->chunkOffset = index32 - (int32_t)ut->chunkNativeStart; in repTextAccess()
1775 if (index32==0 && ut->chunkNativeStart==0) { in repTextAccess()
1788 ut->chunkNativeStart = index32 + 1 - REP_TEXT_CHUNK_SIZE; in repTextAccess()
1793 ut->chunkNativeLimit = index32 + 1; in repTextAccess()
1807 ut->chunkOffset = (int32_t)(index32 - ut->chunkNativeStart); in repTextAccess()