OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vector_t
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
init-vector.c
11
}
vector_t
;
typedef in typeref:union:__anon22933
14
vector_t
foo(v4f_t p)
16
vector_t
v = {.v = p};
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/
dynamic-indices.ll
7
%union.
vector_t
= type { [2 x i64] }
15
; CHECK: %arrayidx31 = getelementptr inbounds %union.
vector_t
* %t, i64 0, i32 0, i64 1
18
define void @vrlh(%union.
vector_t
* %va, %union.
vector_t
* %vb, %union.
vector_t
* %vd) nounwind {
20
%t = alloca %union.
vector_t
, align 8
27
%half = bitcast %union.
vector_t
* %vb to [8 x i16]*
34
%half9 = bitcast %union.
vector_t
* %va to [8 x i16]*
41
%half18 = bitcast %union.
vector_t
* %va to [8 x i16]*
51
%half28 = bitcast %union.
vector_t
* %t to [8 x i16]
[
all
...]
Completed in 393 milliseconds