Home
last modified time | relevance | path

Searched refs:llvm_fc_type (Results 1 – 3 of 3) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dllutil.cpp1957 ctype = llvm_fc_type(DTYPEG(sptr)); in write_constant_value()
1982 ctype = llvm_fc_type(DT_FLOAT); in write_constant_value()
1989 ctype = llvm_fc_type(DTYPEG(CONVAL1G(sptr))); in write_constant_value()
2508 llvm_fc_type(DTYPE dtype) in llvm_fc_type() function
H A Dllutil.h1020 char *llvm_fc_type(DTYPE dtype);
H A Dcgmain.cpp12269 ctype = llvm_fc_type(dtype); in gen_constant()