repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Remove foldSelectICmpEq() fold (#122098)
[llvm-project.git]
/
libclc
/
generic
/
lib
/
relational
/
unary_def.inc
blob
0bec35804af9cd6a1cfc00279391aa538bdb5258
1
#include <clc/utils.h>
2
3
#define __CLC_FUNCTION(x) __CLC_CONCAT(__clc_, x)
4
5
_CLC_OVERLOAD _CLC_DEF __CLC_INTN FUNCTION(__CLC_FLOATN a) {
6
return __CLC_FUNCTION(FUNCTION)(a);
7
}