Searched refs:getComplexIntReal (Results 1 – 5 of 5) sorted by relevance
144 setComplexInt(RHS.getComplexIntReal(), RHS.getComplexIntImag()); in APValue()237 getComplexIntReal().needsCleanup() && in needsCleanup()240 return getComplexIntReal().needsCleanup(); in needsCleanup()291 OS << "ComplexInt: " << getComplexIntReal() << ", " << getComplexIntImag(); in dump()370 Out << getComplexIntReal() << "+" << getComplexIntImag() << "i"; in printPretty()
1045 APSInt &getComplexIntReal() { return IntReal; } in getComplexIntReal() function1062 IntReal = v.getComplexIntReal(); in setFrom()1617 Result = Val.getComplexIntReal().getBoolValue() || in HandleConversionToBool()2469 : O->getComplexIntReal(), ObjType); in findSubobject()3106 return found(Subobj.getComplexIntReal(), in found()7542 return Success((LHS.getComplexIntReal() == RHS.getComplexIntReal() && in VisitBinaryOperator()7547 return Success((LHS.getComplexIntReal() != RHS.getComplexIntReal() || in VisitBinaryOperator()8141 return Success(C.getComplexIntReal(), E); in VisitCastExpr()8166 return Success(LV.getComplexIntReal(), E); in VisitUnaryReal()8686 Result.getComplexIntReal() += RHS.getComplexIntReal(); in VisitBinaryOperator()[all …]
216 APSInt &getComplexIntReal() { in getComplexIntReal() function220 const APSInt &getComplexIntReal() const { in getComplexIntReal() function221 return const_cast<APValue*>(this)->getComplexIntReal(); in getComplexIntReal()
1345 Value.getComplexIntReal()); in EmitConstantValue()
7088 IntRange R = GetValueRange(C, result.getComplexIntReal(), MaxWidth); in GetValueRange()