Searched refs:getComplexFloatReal (Results 1 – 9 of 9) 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()676 Out << GetApproxValue(getComplexFloatReal()) << "+" in printPretty()
1521 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal() function1539 FloatReal = v.getComplexFloatReal(); in setFrom()2486 Result = !Val.getComplexFloatReal().isZero() || in HandleConversionToBool()3742 : O->getComplexFloatReal(), ObjType); in findSubobject()4461 return found(Subobj.getComplexFloatReal(), in found()12564 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in EvaluateComparisonBinaryOperator()13786 Result = V.getComplexFloatReal(); in VisitCastExpr()14060 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator()14074 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator()14095 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()[all …]
5445 return V.getComplexFloatReal().isPosZero() && in isZeroInitialized()5623 if (!V.getComplexFloatReal().isPosZero() || in mangleValueInTemplateArg()5625 mangleFloatLiteral(CT->getElementType(), V.getComplexFloatReal()); in mangleValueInTemplateArg()
490 OS << GetApproxValue(Value.getComplexFloatReal()) << " + " in Visit()
1816 mangleFloat(V.getComplexFloatReal()); in mangleTemplateArgValue()
461 APFloat &getComplexFloatReal() {465 const APFloat &getComplexFloatReal() const {466 return const_cast<APValue*>(this)->getComplexFloatReal();
304 node.getComplexFloatReal().getSemantics());312 let Read = [{ node.getComplexFloatReal().bitcastToAPInt() }];
2075 Value.getComplexFloatReal()); in tryEmitPrivate()
11160 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()