Searched refs:float_array (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/test/PCH/ |
H A D | types.c | 37 float_array fa1 = { 1, 2, 3 }; 38 float_array fa2 = { 1, 2, 3, 4, 5, 6, 7, 8 };
|
H A D | types.h | 22 typedef float float_array[]; typedef
|
/llvm-project/llvm/test/Transforms/LoopVectorize/X86/ |
H A D | fp32_to_uint32-cost-model.ll | 6 @float_array = common global [10000 x float] zeroinitializer, align 16 23 %arrayidx = getelementptr inbounds [10000 x float], ptr @float_array, i64 0, i64 %indvars.iv
|
/llvm-project/llvm/test/CodeGen/Mips/cconv/ |
H A D | memory-layout.ll | 74 @float_array = global [2 x float] [float 1.0, float 2.0], align 1 97 ; ALL-LABEL: float_array: 100 ; ALL: .size float_array, 8
|