Searched refs:getComplexFloatReal (Results 1 – 5 of 5) sorted by relevance
190 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag()); in APValue()273 getComplexFloatReal().needsCleanup() && in needsCleanup()276 return getComplexFloatReal().needsCleanup(); in needsCleanup()336 OS << "ComplexFloat: " << GetApproxValue(getComplexFloatReal()) in dump()415 Out << GetApproxValue(getComplexFloatReal()) << "+" in printPretty()
1332 FloatReal = v.getComplexFloatReal(); in setFrom()3564 return found(Subobj.getComplexFloatReal(), in found()9155 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in EvaluateComparisonBinaryOperator()10149 Result = V.getComplexFloatReal(); in VisitCastExpr()10413 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator()10427 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator()10448 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()10450 APFloat &C = RHS.getComplexFloatReal(); in VisitBinaryOperator()10529 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()10531 APFloat &C = RHS.getComplexFloatReal(); in VisitBinaryOperator()[all …]
290 APFloat &getComplexFloatReal() { in getComplexFloatReal() function294 const APFloat &getComplexFloatReal() const { in getComplexFloatReal() function295 return const_cast<APValue*>(this)->getComplexFloatReal(); in getComplexFloatReal()
1903 Value.getComplexFloatReal()); in tryEmitPrivate()
9928 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()