OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getDenormalMode
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp
636
DenormalMode Function::
getDenormalMode
(const fltSemantics &FPType) const {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp
275
DenormalMode MachineFunction::
getDenormalMode
(const fltSemantics &FPType) const {
276
return F.
getDenormalMode
(FPType);
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAG.h
1976
DenormalMode
getDenormalMode
(EVT VT) const {
1977
return MF->
getDenormalMode
(EVTToAPFloatSemantics(VT));
Completed in 25 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026