Searched refs:getComplexFloatReal (Results 1 – 5 of 5) sorted by relevance
226 APFloat &getComplexFloatReal() { in getComplexFloatReal() function230 const APFloat &getComplexFloatReal() const { in getComplexFloatReal() function231 return const_cast<APValue*>(this)->getComplexFloatReal(); in getComplexFloatReal()
148 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag()); in APValue()259 OS << "ComplexFloat: " << GetApproxValue(getComplexFloatReal()) in dump()338 Out << GetApproxValue(getComplexFloatReal()) << "+" in printPretty()
666 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal() function684 FloatReal = v.getComplexFloatReal(); in setFrom()1142 Result = !Val.getComplexFloatReal().isZero() || in HandleConversionToBool()1594 : O->getComplexFloatReal()); in ExtractSubobject()4858 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in VisitBinaryOperator()5749 Result = V.getComplexFloatReal(); in VisitCastExpr()5986 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator()5997 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator()6009 APFloat &LHS_r = LHS.getComplexFloatReal(); in VisitBinaryOperator()6011 APFloat &RHS_r = RHS.getComplexFloatReal(); in VisitBinaryOperator()[all …]
1153 Value.getComplexFloatReal()); in EmitConstantValue()
4352 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()