Searched refs:i_plus_1 (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | nacl-atomic-intrinsics.ll | 1988 %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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/ |
D | interleaved-accesses.ll | 758 %i_plus_1 = add nuw nsw i64 %i, 1 761 %p_i_plus_1.y = getelementptr inbounds %pair.i32, %pair.i32* %p, i64 %i_plus_1, i32 1 807 %i_plus_1 = add i64 %i, 1 809 %a_i_plus_1 = getelementptr inbounds i32, i32* %a, i64 %i_plus_1
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | interleaved-accesses.ll | 752 %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/ |
D | builtins-regexp-gen.cc | 280 TNode<IntPtrT> i_plus_1 = IntPtrAdd(i, IntPtrConstant(1)); in ConstructNewResultFromMatchInfo() local 281 TNode<IntPtrT> i_plus_2 = IntPtrAdd(i_plus_1, IntPtrConstant(1)); in ConstructNewResultFromMatchInfo() 284 TNode<Smi> index = CAST(LoadFixedArrayElement(names, i_plus_1)); in ConstructNewResultFromMatchInfo()
|