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