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()
888 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal() function906 FloatReal = v.getComplexFloatReal(); in setFrom()1449 Result = !Val.getComplexFloatReal().isZero() || in HandleConversionToBool()2206 : O->getComplexFloatReal(), ObjType); in findSubobject()2835 return found(Subobj.getComplexFloatReal(), in found()6616 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in VisitBinaryOperator()7506 Result = V.getComplexFloatReal(); in VisitCastExpr()7744 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator()7755 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator()7767 APFloat &LHS_r = 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()
1125 Value.getComplexFloatReal()); in EmitConstantValue()
5281 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()