Searched refs:FPType (Results 1 – 14 of 14) sorted by relevance
779 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()781 if (!FPType || FPType != &llvm::APFloat::IEEEsingle()) in getDefaultDenormalModeForType()788 if (FPType && FPType == &llvm::APFloat::IEEEsingle() && in getDefaultDenormalModeForType()
88 const llvm::fltSemantics *FPType = nullptr) const override;
117 const llvm::fltSemantics *FPType) const override { in getDefaultDenormalModeForType() argument
210 const llvm::fltSemantics *FPType = nullptr) const override;
889 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()891 if (FPType && FPType == &llvm::APFloat::IEEEsingle() && in getDefaultDenormalModeForType()
453 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
151 uint16_t FPType; /* Flat Panel Type */ member
324 DenormalMode MachineFunction::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode()325 return F.getDenormalMode(FPType); in getDenormalMode()
704 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
800 const llvm::fltSemantics *FPType = nullptr) const {
844 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
786 DenormalMode Function::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode()787 if (&FPType == &APFloat::IEEEsingle()) { in getDenormalMode()
1856 Type *FPType = V->getType()->getScalarType(); in foldICmpAndConstConst() local1857 if (FPType->isIEEELikeFPTy() && C1 == *C2) { in foldICmpAndConstConst()1859 APFloat::getInf(FPType->getFltSemantics()).bitcastToAPInt(); in foldICmpAndConstConst()3334 Type *FPType = SrcType->getScalarType(); in foldICmpBitCast() local3337 Cmp.isEquality() && FPType->isIEEELikeFPTy()) { in foldICmpBitCast()3338 FPClassTest Mask = APFloat(FPType->getFltSemantics(), *C).classify(); in foldICmpBitCast()
1172 Type *FPType = V->getType()->getScalarType(); in computeKnownBitsFromOperator() local1187 APFloat::getInf(FPType->getFltSemantics()).bitcastToAPInt())); in computeKnownBitsFromOperator()1191 APInt::getZero(FPType->getScalarSizeInBits()))); in computeKnownBitsFromOperator()5249 const fltSemantics &FPType = in computeKnownFPClass() local5251 DenormalMode DenormMode = F->getDenormalMode(FPType); in computeKnownFPClass()