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()
895 APSInt &getComplexIntImag() { return IntImag; } in getComplexIntImag() function912 IntImag = v.getComplexIntImag(); in setFrom()1463 Val.getComplexIntImag().getBoolValue(); in HandleConversionToBool()2286 return handler.found(Index ? O->getComplexIntImag() in findSubobject()6891 LHS.getComplexIntImag() == RHS.getComplexIntImag()), E); in VisitBinaryOperator()6896 LHS.getComplexIntImag() != RHS.getComplexIntImag()), E); in VisitBinaryOperator()7515 return Success(LV.getComplexIntImag(), E); in VisitUnaryImag()8009 Result.getComplexIntImag() += RHS.getComplexIntImag(); in VisitBinaryOperator()8025 Result.getComplexIntImag() -= RHS.getComplexIntImag(); in VisitBinaryOperator()8103 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()
1146 Value.getComplexIntImag()); in EmitConstantValue()
5473 IntRange I = GetValueRange(C, result.getComplexIntImag(), MaxWidth); in GetValueRange()