Home
last modified time | relevance | path

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

/llvm-project/llvm/test/Transforms/InstCombine/
H A D2010-03-03-ExtElim.ll27 %constexpr2 = sext i16 %constexpr1 to i32
28 %constexpr3 = icmp sgt i32 %constexpr2, 65535
38 %constexpr2 = icmp sgt i16 %constexpr1, 42
39 ret i1 %constexpr2
/llvm-project/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
103 ; CHECK-NEXT: %constexpr2 = add i64 %constexpr, %constexpr1
104 ; CHECK-NEXT: ret i64 %constexpr2
196 ; CHECK-NEXT: %constexpr2 = ptrtoint ptr @g2 to i64
200 ; CHECK-NEXT: %phi2 = phi i64 [ 0, %entry ], [ %constexpr2, %phi.constexpr ]
/llvm-project/llvm/test/Transforms/InstSimplify/
H A D2011-10-27-BinOpCrash.ll12 …%constexpr2 = getelementptr inbounds [32 x i16], ptr @_ZN11xercesc_2_5L11gDigitCharsE, i32 0, i32 …
13 %constexpr3 = ptrtoint ptr %constexpr2 to i32
/llvm-project/llvm/test/CodeGen/ARM/
H A D2018-02-13-PR36079.ll11 %constexpr2 = zext i1 %constexpr1 to i32
19 %constexpr.ins9 = insertelement <4 x i32> %constexpr.ins, i32 %constexpr2, i32 1
H A D2007-04-03-UndefinedSymbol.ll39 %constexpr2 = ptrtoint ptr @_ZN1B1iEv to i32
40 %ctg2.i = getelementptr i8, ptr %tmp15.i, i32 %constexpr2
H A D2012-01-23-PostRA-LICM.ll27 %constexpr2 = trunc i128 %constexpr1 to i64
28 %constexpr3 = zext i64 %constexpr2 to i128
/llvm-project/llvm/test/CodeGen/PowerPC/
H A Dext-bool-trunc-repl.ll26 %constexpr2 = zext i1 %constexpr1 to i32
35 %constexpr11 = select i1 %constexpr10, i32 %constexpr2, i32 %constexpr6
H A Dpr24636.ll31 %constexpr2 = and i32 %constexpr1, %constexpr1
32 %constexpr3 = and i32 %constexpr2, %constexpr1
/llvm-project/llvm/test/CodeGen/AArch64/
H A Darm64-promote-const-complex-initializers.ll51 …%constexpr2 = fneg float extractelement (<4 x float> bitcast (<1 x i128> <i128 8440597773234215792…
55 %constexpr.ins5 = insertelement <4 x float> %constexpr.ins4, float %constexpr2, i32 2
H A Ddag-combine-concat-vectors.ll68 %constexpr2 = xor <vscale x 16 x i1> %constexpr1, shufflevector (<vscale x 16 x i1> insertelement (<vscale x 16 x i1> poison, i1 true, i64 0), <vscale x 16 x i1> poison, <vscale x 16 x i32> zeroinitializer)
69 call void @llvm.masked.scatter.nxv16i8.nxv16p0(<vscale x 16 x i8> zeroinitializer, <vscale x 16 x ptr> zeroinitializer, i32 0, <vscale x 16 x i1> %constexpr2)
/llvm-project/llvm/test/CodeGen/X86/
H A D2013-01-09-DAGCombineBug.ll53 %constexpr2 = shl i384 %constexpr1, 192
54 %constexpr3 = or i384 %constexpr2, 425269881901436522087161771558896140289
/llvm-project/clang/test/SemaCXX/
H A Dwarn-unused-filescoped.cpp39 constexpr int constexpr2() { return 2; } in constexpr2() function