Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Daarch64-sched-store.ll79 %array14 = getelementptr inbounds double, double* %array12, i64 2
80 %array14.cast = bitcast double* %array14 to <2 x double>*
81 …store <2 x double> <double 2.000000e+00, double 2.000000e+00>, <2 x double>* %array14.cast, align 8
/llvm-project-15.0.7/flang/test/Semantics/
H A Dreshape.f9033 integer :: array14(0,0,0) = RESHAPE([(n,n=1,0)],[0,0,0]) variable