Lines Matching refs:getComplexFloatReal
1517 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal() function
1535 FloatReal = v.getComplexFloatReal(); in setFrom()
2503 Result = !Val.getComplexFloatReal().isZero() || in HandleConversionToBool()
3759 : O->getComplexFloatReal(), ObjType); in findSubobject()
4512 return found(Subobj.getComplexFloatReal(), in found()
12827 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in EvaluateComparisonBinaryOperator()
14056 Result = V.getComplexFloatReal(); in VisitCastExpr()
14330 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator()
14344 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator()
14365 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()
14367 APFloat &C = RHS.getComplexFloatReal(); in VisitBinaryOperator()
14369 APFloat &ResR = Result.getComplexFloatReal(); in VisitBinaryOperator()
14446 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()
14448 APFloat &C = RHS.getComplexFloatReal(); in VisitBinaryOperator()
14450 APFloat &ResR = Result.getComplexFloatReal(); in VisitBinaryOperator()
14529 Result.getComplexFloatReal().changeSign(); in VisitUnaryOperator()