Searched refs:getComplexIntImag (Results 1 – 10 of 10) sorted by relevance
453 APSInt &getComplexIntImag() {457 const APSInt &getComplexIntImag() const {458 return const_cast<APValue*>(this)->getComplexIntImag();
301 let Read = [{ node.getComplexIntImag() }];
337 setComplexInt(RHS.getComplexIntReal(), RHS.getComplexIntImag()); in APValue()453 assert(getComplexIntImag().needsCleanup() == in needsCleanup()590 profileIntValue(ID, getComplexIntImag()); in Profile()736 Out << getComplexIntReal() << "+" << getComplexIntImag() << "i"; in printPretty()
1526 APSInt &getComplexIntImag() { return IntImag; } in getComplexIntImag() function1543 IntImag = v.getComplexIntImag(); in setFrom()2503 Val.getComplexIntImag().getBoolValue(); in HandleConversionToBool()3756 return handler.found(Index ? O->getComplexIntImag() in findSubobject()12923 LHS.getComplexIntImag() == RHS.getComplexIntImag(); in EvaluateComparisonBinaryOperator()13767 return Success(LV.getComplexIntImag(), E); in VisitUnaryImag()14548 Result.getComplexIntImag() += RHS.getComplexIntImag(); in VisitBinaryOperator()14564 Result.getComplexIntImag() -= RHS.getComplexIntImag(); in VisitBinaryOperator()14642 LHS.getComplexIntImag() * RHS.getComplexIntImag()); in VisitBinaryOperator()14643 Result.getComplexIntImag() = in VisitBinaryOperator()[all …]
5550 return !V.getComplexIntReal() && !V.getComplexIntImag(); in isZeroInitialized()5782 V.getComplexIntImag().getBoolValue()) in mangleValueInTemplateArg()5784 if (V.getComplexIntImag().getBoolValue()) in mangleValueInTemplateArg()5785 mangleIntegerLiteral(CT->getElementType(), V.getComplexIntImag()); in mangleValueInTemplateArg()
525 OS << Value.getComplexIntReal() << " + " << Value.getComplexIntImag() in Visit()
1844 mangleNumber(V.getComplexIntImag()); in mangleTemplateArgValue()
2090 Value.getComplexIntImag()); in tryEmitPrivate()
16685 V.getComplexIntImag().toString(Str); in ConvertAPValueToString()
12478 IntRange I = GetValueRange(C, result.getComplexIntImag(), MaxWidth); in GetValueRange()