Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Daarch64-sched-store.ll76 %array12 = getelementptr inbounds double, double* %array, i64 %index12
77 %array12.cast = bitcast double* %array12 to <2 x double>*
78 …store <2 x double> <double 2.000000e+00, double 2.000000e+00>, <2 x double>* %array12.cast, align 8
79 %array14 = getelementptr inbounds double, double* %array12, i64 2
/llvm-project-15.0.7/flang/test/Semantics/
H A Dreshape.f9028 real :: array12(2,3) = RESHAPE([(n, n=1,4)], [2,3], [99], [1]) variable