OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:v3f4
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/CodeGen/
ppc64le-aggregates.c
248
struct
v3f4
{ float3 v[4]; };
struct
268
struct
v3f4
func_v3f4(struct
v3f4
x) { return x; }
310
// CHECK: %[[TMP:[^ ]+]] = load [4 x <3 x float>], [4 x <3 x float>]* getelementptr inbounds (%struct.
v3f4
, %struct.
v3f4
* @global_v3f4, i32 0, i32 0), align 1
312
struct
v3f4
global_v3f4;
Completed in 1133 milliseconds