Searched refs:getZero (Results 1 – 6 of 6) sorted by relevance
38 static BranchProbability getZero() { return BranchProbability(0, 1); } in getZero() function
194 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) {
96 APFloat::getZero(APFloat::IEEEhalf)); in getNullValue()99 APFloat::getZero(APFloat::IEEEsingle)); in getNullValue()102 APFloat::getZero(APFloat::IEEEdouble)); in getNullValue()105 APFloat::getZero(APFloat::x87DoubleExtended)); in getNullValue()108 APFloat::getZero(APFloat::IEEEquad)); in getNullValue()
602 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended); in getConstantValue()617 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended); in getConstantValue()
3777 f = APFloat::getZero(Info.Ctx.getFloatTypeSemantics(EltTy)); in VisitInitListExpr()3795 APValue(APFloat::getZero(Info.Ctx.getFloatTypeSemantics(EltTy))); in ZeroInitialization()5547 Result = APFloat::getZero(Info.Ctx.getFloatTypeSemantics(E->getType())); in ZeroInitialization()5676 Result = llvm::APFloat::getZero(Sem); in VisitUnaryImag()5803 APFloat Zero = APFloat::getZero(Info.Ctx.getFloatTypeSemantics(ElemTy)); in ZeroInitialization()
668 APFloat TmpFlt = APFloat::getZero(APFloat::x87DoubleExtended); in X86TargetLowering()