Home
last modified time | relevance | path

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

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