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()
1539 FloatReal = v.getComplexFloatReal(); in setFrom()4464 return found(Subobj.getComplexFloatReal(), in found()12599 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in EvaluateComparisonBinaryOperator()13824 Result = V.getComplexFloatReal(); in VisitCastExpr()14098 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator()14112 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator()14133 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()14135 APFloat &C = RHS.getComplexFloatReal(); in VisitBinaryOperator()14214 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()14216 APFloat &C = RHS.getComplexFloatReal(); in VisitBinaryOperator()[all …]
5465 return V.getComplexFloatReal().isPosZero() && in isZeroInitialized()5643 if (!V.getComplexFloatReal().isPosZero() || in mangleValueInTemplateArg()5645 mangleFloatLiteral(CT->getElementType(), V.getComplexFloatReal()); in mangleValueInTemplateArg()
531 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()
11433 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()