Lines Matching refs:getComplexFloatReal
1603 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal() function
1621 FloatReal = v.getComplexFloatReal(); in setFrom()
2742 Result = !Val.getComplexFloatReal().isZero() || in HandleConversionToBool()
4074 : O->getComplexFloatReal(), ObjType); in findSubobject()
4862 return found(Subobj.getComplexFloatReal(), in found()
7492 if (!visitFloat(Val.getComplexFloatReal(), EltTy, in visitComplex()
14423 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in EvaluateComparisonBinaryOperator()
15874 Result = V.getComplexFloatReal(); in VisitCastExpr()
16256 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator()
16270 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator()
16291 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()
16293 APFloat &C = RHS.getComplexFloatReal(); in VisitBinaryOperator()
16295 APFloat &ResR = Result.getComplexFloatReal(); in VisitBinaryOperator()
16334 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()
16336 APFloat &C = RHS.getComplexFloatReal(); in VisitBinaryOperator()
16338 APFloat &ResR = Result.getComplexFloatReal(); in VisitBinaryOperator()
16390 Result.getComplexFloatReal().changeSign(); in VisitUnaryOperator()