Searched refs:getComplexIntImag (Results 1 – 5 of 5) sorted by relevance
144 setComplexInt(RHS.getComplexIntReal(), RHS.getComplexIntImag()); in APValue()236 assert(getComplexIntImag().needsCleanup() == in needsCleanup()291 OS << "ComplexInt: " << getComplexIntReal() << ", " << getComplexIntImag(); in dump()370 Out << getComplexIntReal() << "+" << getComplexIntImag() << "i"; in printPretty()
1046 APSInt &getComplexIntImag() { return IntImag; } in getComplexIntImag() function1063 IntImag = v.getComplexIntImag(); in setFrom()1618 Val.getComplexIntImag().getBoolValue(); in HandleConversionToBool()2468 return handler.found(Index ? O->getComplexIntImag() in findSubobject()7543 LHS.getComplexIntImag() == RHS.getComplexIntImag()), E); in VisitBinaryOperator()7548 LHS.getComplexIntImag() != RHS.getComplexIntImag()), E); in VisitBinaryOperator()8179 return Success(LV.getComplexIntImag(), E); in VisitUnaryImag()8687 Result.getComplexIntImag() += RHS.getComplexIntImag(); in VisitBinaryOperator()8703 Result.getComplexIntImag() -= RHS.getComplexIntImag(); in VisitBinaryOperator()8781 LHS.getComplexIntImag() * RHS.getComplexIntImag()); in VisitBinaryOperator()[all …]
224 APSInt &getComplexIntImag() { in getComplexIntImag() function228 const APSInt &getComplexIntImag() const { in getComplexIntImag() function229 return const_cast<APValue*>(this)->getComplexIntImag(); in getComplexIntImag()
1347 Value.getComplexIntImag()); in EmitConstantValue()
7089 IntRange I = GetValueRange(C, result.getComplexIntImag(), MaxWidth); in GetValueRange()