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()293 OS << "ComplexFloat: " << GetApproxValue(getComplexFloatReal()) in dump()372 Out << GetApproxValue(getComplexFloatReal()) << "+" in printPretty()
861 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal() function879 FloatReal = v.getComplexFloatReal(); in setFrom()1405 Result = !Val.getComplexFloatReal().isZero() || in HandleConversionToBool()2163 : O->getComplexFloatReal(), ObjType); in findSubobject()2792 return found(Subobj.getComplexFloatReal(), in found()6566 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in VisitBinaryOperator()7454 Result = V.getComplexFloatReal(); in VisitCastExpr()7691 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator()7702 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator()7714 APFloat &LHS_r = LHS.getComplexFloatReal(); in VisitBinaryOperator()[all …]
233 APFloat &getComplexFloatReal() { in getComplexFloatReal() function237 const APFloat &getComplexFloatReal() const { in getComplexFloatReal() function238 return const_cast<APValue*>(this)->getComplexFloatReal(); in getComplexFloatReal()
1117 Value.getComplexFloatReal()); in EmitConstantValue()
4791 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()