HomeSort by: relevance | last modified time | path
    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