Lines Matching refs:getComplexFloatReal
1314 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal() function
1332 FloatReal = v.getComplexFloatReal(); in setFrom()
2038 Result = !Val.getComplexFloatReal().isZero() || in HandleConversionToBool()
2910 : O->getComplexFloatReal(), ObjType); in findSubobject()
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()
10452 APFloat &ResR = Result.getComplexFloatReal(); in VisitBinaryOperator()
10529 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()
10531 APFloat &C = RHS.getComplexFloatReal(); in VisitBinaryOperator()
10533 APFloat &ResR = Result.getComplexFloatReal(); in VisitBinaryOperator()
10612 Result.getComplexFloatReal().changeSign(); in VisitUnaryOperator()