Searched refs:getFloatSemantics (Results 1 – 7 of 7) sorted by relevance
75 return llvm::APFloat::semanticsSizeInBits($_type.getFloatSemantics());86 return llvm::APFloat::semanticsPrecision($_type.getFloatSemantics());93 /*methodName=*/"getFloatSemantics"
473 const llvm::fltSemantics &SingleType::getFloatSemantics() const { in getFloatSemantics() function in SingleType489 const llvm::fltSemantics &DoubleType::getFloatSemantics() const { in getFloatSemantics() function in DoubleType505 const llvm::fltSemantics &FP16Type::getFloatSemantics() const { in getFloatSemantics() function in FP16Type520 const llvm::fltSemantics &BF16Type::getFloatSemantics() const { in getFloatSemantics() function in BF16Type535 const llvm::fltSemantics &FP80Type::getFloatSemantics() const { in getFloatSemantics() function in FP80Type551 const llvm::fltSemantics &FP128Type::getFloatSemantics() const { in getFloatSemantics() function in FP128Type566 const llvm::fltSemantics &LongDoubleType::getFloatSemantics() const { in getFloatSemantics() function in LongDoubleType567 return mlir::cast<cir::FPTypeInterface>(getUnderlying()).getFloatSemantics(); in getFloatSemantics()
175 if (parser.parseFloat(fpType.getFloatSemantics(), parsedValue)) in parseFloatLiteral()185 mlir::cast<cir::FPTypeInterface>(type).getFloatSemantics())); in getZero()190 if (APFloat::SemanticsToEnum(fpType.getFloatSemantics()) != in verify()
74 const llvm::fltSemantics &getFloatSemantics(QualType T) const;
317 const auto *TargetSemantics = &Ctx.getFloatSemantics(CE->getType()); in VisitCastExpr()326 const auto *TargetSemantics = &Ctx.getFloatSemantics(CE->getType()); in VisitCastExpr()708 const auto *TargetSemantics = &Ctx.getFloatSemantics(CE->getType()); in VisitCastExpr()3899 const auto *TargetSemantics = &Ctx.getFloatSemantics(ElemType); in VisitConvertVectorExpr()4203 APFloat F = APFloat::getZero(Ctx.getFloatSemantics(QT)); in visitZeroInitializer()6178 const auto &TargetSemantics = Ctx.getFloatSemantics(E->getType()); in VisitUnaryOperator()6223 const auto &TargetSemantics = Ctx.getFloatSemantics(E->getType()); in VisitUnaryOperator()6720 const llvm::fltSemantics *ToSem = &Ctx.getFloatSemantics(ToQT); in emitPrimCast()6748 const llvm::fltSemantics *ToSem = &Ctx.getFloatSemantics(ToQT); in emitPrimCast()7082 TargetSemantics = &Ctx.getFloatSemantics(ToType); in emitBuiltinBitCast()
345 const llvm::fltSemantics &Context::getFloatSemantics(QualType T) const { in getFloatSemantics() function in Context
236 static const llvm::fltSemantics &getFloatSemantics(unsigned BitWidth) { in getFloatSemantics() function804 getFloatSemantics(Sort->getFloatSortSize()); in toAPFloat()