Searched refs:structTy (Results 1 – 2 of 2) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | stores-merging.ll | 6 %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/ |
D | CGFunctionInfo.h | 290 if (auto structTy = in getCoerceAndExpandTypeSequence() local 292 return structTy->elements(); in getCoerceAndExpandTypeSequence()
|