Searched refs:getComplexIntImag (Results 1 – 5 of 5) sorted by relevance
186 setComplexInt(RHS.getComplexIntReal(), RHS.getComplexIntImag()); in APValue()278 assert(getComplexIntImag().needsCleanup() == in needsCleanup()333 OS << "ComplexInt: " << getComplexIntReal() << ", " << getComplexIntImag(); in dump()412 Out << getComplexIntReal() << "+" << getComplexIntImag() << "i"; in printPretty()
1337 IntImag = v.getComplexIntImag(); in setFrom()9163 LHS.getComplexIntImag() == RHS.getComplexIntImag(); in EvaluateComparisonBinaryOperator()10422 Result.getComplexIntImag() += RHS.getComplexIntImag(); in VisitBinaryOperator()10438 Result.getComplexIntImag() -= RHS.getComplexIntImag(); in VisitBinaryOperator()10516 LHS.getComplexIntImag() * RHS.getComplexIntImag()); in VisitBinaryOperator()10517 Result.getComplexIntImag() = in VisitBinaryOperator()10583 RHS.getComplexIntImag() * RHS.getComplexIntImag(); in VisitBinaryOperator()10586 LHS.getComplexIntImag() * RHS.getComplexIntImag()) / Den; in VisitBinaryOperator()10587 Result.getComplexIntImag() = in VisitBinaryOperator()10617 Result.getComplexIntImag() = -Result.getComplexIntImag(); in VisitUnaryOperator()[all …]
282 APSInt &getComplexIntImag() { in getComplexIntImag() function286 const APSInt &getComplexIntImag() const { in getComplexIntImag() function287 return const_cast<APValue*>(this)->getComplexIntImag(); in getComplexIntImag()
1882 Value.getComplexIntImag()); in tryEmitPrivate()
9646 IntRange I = GetValueRange(C, result.getComplexIntImag(), MaxWidth); in GetValueRange()