Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dnacl-atomic-intrinsics.ll1988 %i = phi i32 [ 1, %entry ], [ %i_plus_1, %body ]
1991 %i_plus_1 = add i32 %i, 1
1992 %cmp = icmp eq i32 %i_plus_1, 1001
2009 %i = phi i32 [ 1, %entry ], [ %i_plus_1, %body ]
2012 %i_plus_1 = add i32 %i, 1
2013 %cmp = icmp eq i32 %i_plus_1, 1001
2030 %i = phi i32 [ 1, %entry ], [ %i_plus_1, %body ]
2033 %i_plus_1 = add i32 %i, 1
2034 %cmp = icmp eq i32 %i_plus_1, 1001
2051 %i = phi i32 [ 1, %entry ], [ %i_plus_1, %body ]
[all …]
/external/llvm/test/Transforms/LoopVectorize/
Dinterleaved-accesses.ll752 %i_plus_1 = add nuw nsw i64 %i, 1
755 %p_i_plus_1.y = getelementptr inbounds %pair.i32, %pair.i32* %p, i64 %i_plus_1, i32 1
801 %i_plus_1 = add i64 %i, 1
803 %a_i_plus_1 = getelementptr inbounds i32, i32* %a, i64 %i_plus_1
/external/v8/src/builtins/
Dbuiltins-regexp.cc197 Node* const i_plus_1 = IntPtrAdd(i, IntPtrConstant(1)); in ConstructNewResultFromMatchInfo() local
198 Node* const i_plus_2 = IntPtrAdd(i_plus_1, IntPtrConstant(1)); in ConstructNewResultFromMatchInfo()
201 Node* const index = LoadFixedArrayElement(names, i_plus_1); in ConstructNewResultFromMatchInfo()