Lines Matching refs:getComplexFloatReal
1521 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal() function
1539 FloatReal = v.getComplexFloatReal(); in setFrom()
2486 Result = !Val.getComplexFloatReal().isZero() || in HandleConversionToBool()
3742 : O->getComplexFloatReal(), ObjType); in findSubobject()
4461 return found(Subobj.getComplexFloatReal(), in found()
12564 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in EvaluateComparisonBinaryOperator()
13786 Result = V.getComplexFloatReal(); in VisitCastExpr()
14060 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator()
14074 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator()
14095 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()
14097 APFloat &C = RHS.getComplexFloatReal(); in VisitBinaryOperator()
14099 APFloat &ResR = Result.getComplexFloatReal(); in VisitBinaryOperator()
14176 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()
14178 APFloat &C = RHS.getComplexFloatReal(); in VisitBinaryOperator()
14180 APFloat &ResR = Result.getComplexFloatReal(); in VisitBinaryOperator()
14259 Result.getComplexFloatReal().changeSign(); in VisitUnaryOperator()