Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Daarch64-sched-store.ll72 %array10 = getelementptr inbounds double, double* %array8, i64 2
73 %array10.cast = bitcast double* %array10 to <2 x double>*
74 …store <2 x double> <double 2.000000e+00, double 2.000000e+00>, <2 x double>* %array10.cast, align 8
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dfibonacci.cpp25 int array10[Fibonacci<10>::value == 55? 1 : -1]; variable
/llvm-project-15.0.7/flang/test/Semantics/
H A Dreshape.f9024 real :: array10(2,3) = RESHAPE([(n,n=1,4)],[2,3],[99],[2,3]) variable