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
Revert "[GVN] MemorySSA for GVN: add optional `AllowMemorySSA`"
[llvm-project.git]
/
libclc
/
generic
/
include
/
clc
/
relational
/
isfinite.h
blob
48e261a54ff7f933e4fc6e86ba9e2336ad24a3b6
1
#undef isfinite
2
3
#define __CLC_FUNCTION isfinite
4
#define __CLC_BODY <clc/relational/unary_decl.inc>
5
6
#include <clc/relational/floatn.inc>
7
8
#undef __CLC_BODY
9
#undef __CLC_FUNCTION