Searched refs:constexpr1 (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | constexpr-to-instr.ll | 16 ; CHECK-NEXT: %constexpr1 = icmp ne i64 %constexpr, 0 17 ; CHECK-NEXT: ret i1 %constexpr1 24 ; CHECK-NEXT: %constexpr1 = icmp ne i64 %constexpr, 0 33 ; CHECK-NEXT: %constexpr1 = icmp ne i64 %constexpr, 0 44 ; CHECK-NEXT: ret <2 x i8> %constexpr1 52 ; CHECK-NEXT: %constexpr2 = fneg double %constexpr1 59 ; CHECK-NEXT: %constexpr1 = add nuw i64 %constexpr, 1 60 ; CHECK-NEXT: ret i64 %constexpr1 76 ; CHECK-NEXT: %constexpr1 = add i64 %constexpr, %constexpr 77 ; CHECK-NEXT: ret i64 %constexpr1 [all …]
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | matrix-type-builtins.cpp | 67 constexpr int constexpr1() { return 1; } in constexpr1() function 71 (void)__builtin_matrix_column_major_load(Ptr, 2, 2, constexpr1()); in test_column_major_load_constexpr() 152 __builtin_matrix_column_major_store(M.value, Ptr, constexpr1()); in test_column_major_store_constexpr() 154 __builtin_matrix_column_major_store(constexpr1(), Ptr, 1); in test_column_major_store_constexpr() 156 __builtin_matrix_column_major_store(M.value, constexpr1(), 1); in test_column_major_store_constexpr()
|
| H A D | warn-unused-filescoped.cpp | 38 static constexpr int constexpr1() { return 1; } in constexpr1() function
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | matrix-type-builtins.cpp | 141 constexpr int constexpr1() { return 1; } in constexpr1() function 147 matrix_t<int, 2, 1> M1 = __builtin_matrix_column_major_load(Ptr, 2, constexpr1(), 3); in test_column_major_load_constexpr_num_columns()
|