Searched refs:getComplexFloatReal (Results 1 – 5 of 5) sorted by relevance
148 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag()); in APValue()231 getComplexFloatReal().needsCleanup() && in needsCleanup()234 return getComplexFloatReal().needsCleanup(); in needsCleanup()294 OS << "ComplexFloat: " << GetApproxValue(getComplexFloatReal()) in dump()373 Out << GetApproxValue(getComplexFloatReal()) << "+" in printPretty()
889 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal() function907 FloatReal = v.getComplexFloatReal(); in setFrom()1466 Result = !Val.getComplexFloatReal().isZero() || in HandleConversionToBool()2291 : O->getComplexFloatReal(), ObjType); in findSubobject()2921 return found(Subobj.getComplexFloatReal(), in found()6876 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in VisitBinaryOperator()7758 Result = V.getComplexFloatReal(); in VisitCastExpr()8018 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator()8032 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator()8053 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()[all …]
232 APFloat &getComplexFloatReal() { in getComplexFloatReal() function236 const APFloat &getComplexFloatReal() const { in getComplexFloatReal() function237 return const_cast<APValue*>(this)->getComplexFloatReal(); in getComplexFloatReal()
1172 Value.getComplexFloatReal()); in EmitConstantValue()
5983 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()