Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
8576db80
Commit
8576db80
authored
Oct 31, 2007
by
Michael Beck
Browse files
add doxygen comments
[r16396]
parent
a5d25bed
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/libfirm/irnode.h
View file @
8576db80
...
...
@@ -487,10 +487,13 @@ void set_Return_res(ir_node *node, int pos, ir_node *res);
tarval
*
get_Const_tarval
(
const
ir_node
*
node
);
void
set_Const_tarval
(
ir_node
*
node
,
tarval
*
con
);
/** Return non-zero if the given Const node represents the 0 constant. */
int
is_Const_null
(
const
ir_node
*
node
);
/** Return non-zero if the given Const node represents the 1 constant. */
int
is_Const_one
(
const
ir_node
*
node
);
/** Return non-zero if the given Const node represents the constant with all bits set. */
int
is_Const_all_one
(
const
ir_node
*
node
);
/** Returns the source language type of a Const node.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment