Searched refs:getComplexFloatReal (Results 1 – 10 of 10) sorted by relevance
341 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag()); in APValue()448 getComplexFloatReal().needsCleanup() && in needsCleanup()451 return getComplexFloatReal().needsCleanup(); in needsCleanup()584 profileIntValue(ID, getComplexFloatReal().bitcastToAPInt()); in Profile()739 Out << GetApproxValue(getComplexFloatReal()) << "+" in printPretty()
1520 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal() function1538 FloatReal = v.getComplexFloatReal(); in setFrom()2506 Result = !Val.getComplexFloatReal().isZero() || in HandleConversionToBool()3761 : O->getComplexFloatReal(), ObjType); in findSubobject()4514 return found(Subobj.getComplexFloatReal(), in found()12915 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in EvaluateComparisonBinaryOperator()14265 Result = V.getComplexFloatReal(); in VisitCastExpr()14539 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator()14553 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator()14574 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()[all …]
5546 return V.getComplexFloatReal().isPosZero() && in isZeroInitialized()5767 if (!V.getComplexFloatReal().isPosZero() || in mangleValueInTemplateArg()5769 mangleFloatLiteral(CT->getElementType(), V.getComplexFloatReal()); in mangleValueInTemplateArg()
533 OS << GetApproxValue(Value.getComplexFloatReal()) << " + " in Visit()
1851 mangleFloat(V.getComplexFloatReal()); in mangleTemplateArgValue()
461 APFloat &getComplexFloatReal() {465 const APFloat &getComplexFloatReal() const {466 return const_cast<APValue*>(this)->getComplexFloatReal();
308 node.getComplexFloatReal().getSemantics());316 let Read = [{ node.getComplexFloatReal().bitcastToAPInt() }];
2111 Value.getComplexFloatReal()); in tryEmitPrivate()
16674 V.getComplexFloatReal().toString(Str); in ConvertAPValueToString()
12795 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()