Searched refs:FPType (Results 1 – 15 of 15) sorted by relevance
645 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()647 if (!FPType || FPType != &llvm::APFloat::IEEEsingle()) in getDefaultDenormalModeForType()654 if (FPType && FPType == &llvm::APFloat::IEEEsingle() && in getDefaultDenormalModeForType()
62 const llvm::fltSemantics *FPType = nullptr) const override;
99 const llvm::fltSemantics *FPType) const override { in getDefaultDenormalModeForType() argument
88 const llvm::fltSemantics *FPType = nullptr) const override;
768 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()770 if (FPType && FPType == &llvm::APFloat::IEEEsingle() && in getDefaultDenormalModeForType()
152 const llvm::fltSemantics *FPType = nullptr) const override;
741 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()
392 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
704 const llvm::fltSemantics *FPType = nullptr) const {
723 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
275 DenormalMode MachineFunction::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode()276 return F.getDenormalMode(FPType); in getDenormalMode()
1564 Type *FPType = LHSConv->getType(); in visitFAdd() local1586 if (IsValidPromotion(FPType, LHSIntVal->getType())) { in visitFAdd()1603 if (IsValidPromotion(FPType, LHSIntVal->getType())) { in visitFAdd()
733 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
629 DenormalMode Function::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode()630 if (&FPType == &APFloat::IEEEsingle()) { in getDenormalMode()
6424 USHORT FPType; member