Home
last modified time | relevance | path

Searched refs:constexpr4 (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/test/CodeGen/PowerPC/
H A DPR33636.ll8 %constexpr4 = sdiv i32 1, %constexpr3
9 %constexpr5 = trunc i32 %constexpr4 to i8
H A Dext-bool-trunc-repl.ll28 %constexpr4 = icmp eq ptr %constexpr3, @c
29 %constexpr5 = zext i1 %constexpr4 to i32
H A Dpr24636.ll33 %constexpr4 = and i32 %constexpr3, %constexpr1
34 %constexpr5 = and i32 %constexpr4, %constexpr1
/llvm-project/llvm/test/Transforms/InstSimplify/
H A D2011-10-27-BinOpCrash.ll14 %constexpr4 = add i32 %constexpr1, %constexpr3
15 %constexpr5 = ashr i32 %constexpr4, 1
/llvm-project/llvm/test/CodeGen/ARM/
H A D2018-02-13-PR36079.ll13 %constexpr4 = icmp ne ptr %constexpr3, @d
14 %constexpr5 = zext i1 %constexpr4 to i32
H A D2007-04-03-UndefinedSymbol.ll46 %constexpr4 = inttoptr i32 %constexpr3 to ptr
50 %iftmp.2.0.i = phi ptr [ %tmp22.i, %cond_true.i ], [ %constexpr4, %phi.constexpr ]
H A D2012-01-23-PostRA-LICM.ll29 %constexpr4 = shl i128 %constexpr3, 64
33 %or = or i128 %constexpr4, %constexpr7
/llvm-project/llvm/test/CodeGen/X86/
H A D2013-01-09-DAGCombineBug.ll55 %constexpr4 = lshr i384 %constexpr3, 128
56 %constexpr5 = trunc i384 %constexpr4 to i128
/llvm-project/clang/test/SemaCXX/
H A Dwarn-unused-filescoped.cpp235 constexpr int constexpr4() { return 2; } in constexpr4() function