Home
last modified time | relevance | path

Searched refs:factor1 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/
H A Ddebuginfo-scev-salvage-4.ll13 ;; void zext_scev(int64_t *arr, uint32_t factor0, int16_t factor1) {
16 ;; uint32_t comp = factor0 - (4*i*factor1);
22 ; CHECK: call void @llvm.dbg.value(metadata !DIArgList(i64 %lsr.iv, i16 %factor1, i32 %factor0), me…
30 define dso_local void @_Z9zext_scevPljs(i64* nocapture %arr, i32 %factor0, i16 signext %factor1) lo…
34 call void @llvm.dbg.value(metadata i16 %factor1, metadata !97, metadata !DIExpression()), !dbg !95
36 %conv = sext i16 %factor1 to i32
165 !97 = !DILocalVariable(name: "factor1", arg: 3, scope: !90, file: !1, line: 4, type: !13)
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_test_int.c300 static void int_test_product(isl_int product, isl_int factor1, isl_int factor2) in int_test_product() argument
302 int_test_divexact(factor1, product, factor2); in int_test_product()
303 int_test_divexact(factor2, product, factor1); in int_test_product()
305 int_test_mul(product, factor1, factor2); in int_test_product()
306 int_test_mul(product, factor2, factor1); in int_test_product()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dmulvi32.ll45 …%factor1 = shufflevector <2 x i32> %1, <2 x i32> undef, <4 x i32> <i32 0, i32 undef, i32 2, i32 un…
46 …%product64 = call <2 x i64> @llvm.x86.sse2.pmulu.dq(<4 x i32> %factor0, <4 x i32> %factor1) readno…