Home
last modified time | relevance | path

Searched refs:constexpr2 (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/test/Bitcode/
H A Dconstexpr-to-instr.ll25 ; CHECK-NEXT: %constexpr2 = select i1 %constexpr1, i32 1, i32 2
26 ; CHECK-NEXT: ret i32 %constexpr2
34 ; CHECK-NEXT: %constexpr2 = select i1 %constexpr1, <2 x i8> zeroinitializer, <2 x i8> <i8 0, i8 1>
35 ; CHECK-NEXT: %constexpr3 = extractelement <2 x i8> %constexpr2, i32 0
52 ; CHECK-NEXT: %constexpr2 = fneg double %constexpr1
85 ; CHECK-NEXT: %constexpr2 = add i64 %constexpr, %constexpr1
86 ; CHECK-NEXT: ret i64 %constexpr2
178 ; CHECK-NEXT: %constexpr2 = ptrtoint ptr @g2 to i64
182 ; CHECK-NEXT: %phi2 = phi i64 [ 0, %entry ], [ %constexpr2, %phi.constexpr ]
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-unused-filescoped.cpp39 constexpr int constexpr2() { return 2; } in constexpr2() function