Home
last modified time | relevance | path

Searched refs:plus1 (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/test/Analysis/BasicAA/
H A Dzext.ll55 %i = phi i32 [ 0, %0 ], [ %i.plus1, %for.loop ]
62 %i.plus1 = add nuw nsw i32 %i, 1
63 %cmp = icmp eq i32 %i.plus1, 10
85 %i.plus1 = add nuw nsw i32 %i, 1
87 %cmp = icmp eq i32 %i.plus1, 10
155 %i.plus1 = add nsw i32 %i, 1
156 %cmp = icmp slt i32 %i.plus1, 2
191 %i.plus1 = add nsw i32 %i, 1
192 %cmp = icmp slt i32 %i.plus1, 2
215 %i.plus1 = add nsw i32 %i, 1
[all …]
/llvm-project-15.0.7/clang/test/Analysis/
H A Dinline.c99 int plus1(int x);
101 clang_analyzer_eval(plus1(2) == 3); // expected-warning{{TRUE}} in test()
104 int plus1(int x) { in plus1() function
/llvm-project-15.0.7/polly/lib/External/isl/imath/tests/gmp-compat-test/
H A Dgendata.py16 def plus1(x): function
31 mm_slong1 = [minus1(MAX_SLONG), plus1(MIN_SLONG)]
35 mm_sint1 = [minus1(MAX_SINT), plus1(MIN_SINT)]
39 mm_sshort1 = [minus1(MAX_SSHORT), plus1(MIN_SSHORT)]
45 mpz_std_list = zero_one_all + mm_all + apply(plus1, mm_all) + apply(
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/AMDGPU/
H A Dldexp.ll160 %max.exp.plus1 = call float @llvm.amdgcn.ldexp.f32(float 0.0, i32 128)
161 store volatile float %max.exp.plus1, float addrspace(1)* undef
248 %one.max.exp.plus1 = call float @llvm.amdgcn.ldexp.f32(float 1.0, i32 128)
249 store volatile float %one.max.exp.plus1, float addrspace(1)* undef
272 %neg.one.max.exp.plus1 = call float @llvm.amdgcn.ldexp.f32(float -1.0, i32 128)
273 store volatile float %neg.one.max.exp.plus1, float addrspace(1)* undef
/llvm-project-15.0.7/llvm/test/Transforms/Attributor/
H A Dvalue-simplify-dbg.ll40 %plus1 = add i32 %call, 1
41 store i32 %plus1, ptr @G, align 4, !dbg !24
H A Dvalue-simplify.ll1645 %plus1 = add i32 %spec_result, 1
1646 store i32 %plus1, i32* %stack
/llvm-project-15.0.7/llvm/test/Transforms/LoadStoreVectorizer/X86/
H A Dcompare-scev-by-complexity.ll17 @plus1 = external global i32
/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td83 let ParserMatchClass = UImmAsmOperand<2, "plus1">;