Lines Matching refs:getComplexFloatReal
1520 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal() function
1538 FloatReal = v.getComplexFloatReal(); in setFrom()
2506 Result = !Val.getComplexFloatReal().isZero() || in HandleConversionToBool()
3761 : O->getComplexFloatReal(), ObjType); in findSubobject()
4514 return found(Subobj.getComplexFloatReal(), in found()
12915 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in EvaluateComparisonBinaryOperator()
14265 Result = V.getComplexFloatReal(); in VisitCastExpr()
14539 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator()
14553 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator()
14574 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()
14576 APFloat &C = RHS.getComplexFloatReal(); in VisitBinaryOperator()
14578 APFloat &ResR = Result.getComplexFloatReal(); in VisitBinaryOperator()
14655 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()
14657 APFloat &C = RHS.getComplexFloatReal(); in VisitBinaryOperator()
14659 APFloat &ResR = Result.getComplexFloatReal(); in VisitBinaryOperator()
14738 Result.getComplexFloatReal().changeSign(); in VisitUnaryOperator()