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()
970 APSInt &getComplexIntImag() { return IntImag; } in getComplexIntImag() function987 IntImag = v.getComplexIntImag(); in setFrom()1542 Val.getComplexIntImag().getBoolValue(); in HandleConversionToBool()2372 return handler.found(Index ? O->getComplexIntImag() in findSubobject()7247 LHS.getComplexIntImag() == RHS.getComplexIntImag()), E); in VisitBinaryOperator()7252 LHS.getComplexIntImag() != RHS.getComplexIntImag()), E); in VisitBinaryOperator()7879 return Success(LV.getComplexIntImag(), E); in VisitUnaryImag()8386 Result.getComplexIntImag() += RHS.getComplexIntImag(); in VisitBinaryOperator()8402 Result.getComplexIntImag() -= RHS.getComplexIntImag(); in VisitBinaryOperator()8480 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()
1321 Value.getComplexIntImag()); in EmitConstantValue()
6196 IntRange I = GetValueRange(C, result.getComplexIntImag(), MaxWidth); in GetValueRange()