Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/X86/
Dstores-merging.ll6 %structTy = type { i8, i32, i32 }
8 @e = common global %structTy zeroinitializer, align 4
21 store i32 1, i32* getelementptr inbounds (%structTy, %structTy* @e, i64 0, i32 1), align 4
22 store i32 123, i32* getelementptr inbounds (%structTy, %structTy* @e, i64 0, i32 2), align 4
23 store i32 456, i32* getelementptr inbounds (%structTy, %structTy* @e, i64 0, i32 2), align 4
34 store i32 123, i32* getelementptr inbounds (%structTy, %structTy* @e, i64 0, i32 2), align 4
35 store i32 456, i32* getelementptr inbounds (%structTy, %structTy* @e, i64 0, i32 2), align 4
36 store i32 1, i32* getelementptr inbounds (%structTy, %structTy* @e, i64 0, i32 1), align 4
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h290 if (auto structTy = in getCoerceAndExpandTypeSequence() local
292 return structTy->elements(); in getCoerceAndExpandTypeSequence()