OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lpartt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc
1268
tree
lpartt
= build_vector_type (TREE_TYPE (ret_type), mask.length ());
1270
lpartt
, ret, TYPE_SIZE (
lpartt
), bitsize_zero_node);
1274
tree tem = create_tmp_var_raw (
lpartt
);
1276
ret = build4 (TARGET_EXPR,
lpartt
, tem, ret, NULL_TREE, NULL_TREE);
1266
tree
lpartt
= build_vector_type (TREE_TYPE (ret_type), mask.length ());
local
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc
1245
tree
lpartt
= build_vector_type (TREE_TYPE (ret_type), mask.length ());
1247
lpartt
, ret, TYPE_SIZE (
lpartt
), bitsize_zero_node);
1251
tree tem = create_tmp_var_raw (
lpartt
);
1253
ret = build4 (TARGET_EXPR,
lpartt
, tem, ret, NULL_TREE, NULL_TREE);
1243
tree
lpartt
= build_vector_type (TREE_TYPE (ret_type), mask.length ());
local
Completed in 48 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026