Home
last modified time | relevance | path

Searched refs:getComplexFloatReal (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DAPValue.cpp341 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()
H A DExprConstant.cpp1535 FloatReal = v.getComplexFloatReal(); in setFrom()
4512 return found(Subobj.getComplexFloatReal(), in found()
12827 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in EvaluateComparisonBinaryOperator()
14056 Result = V.getComplexFloatReal(); in VisitCastExpr()
14330 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator()
14344 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator()
14365 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()
14367 APFloat &C = RHS.getComplexFloatReal(); in VisitBinaryOperator()
14446 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()
14448 APFloat &C = RHS.getComplexFloatReal(); in VisitBinaryOperator()
[all …]
H A DItaniumMangle.cpp5545 return V.getComplexFloatReal().isPosZero() && in isZeroInitialized()
5766 if (!V.getComplexFloatReal().isPosZero() || in mangleValueInTemplateArg()
5768 mangleFloatLiteral(CT->getElementType(), V.getComplexFloatReal()); in mangleValueInTemplateArg()
H A DTextNodeDumper.cpp533 OS << GetApproxValue(Value.getComplexFloatReal()) << " + " in Visit()
H A DMicrosoftMangle.cpp1847 mangleFloat(V.getComplexFloatReal()); in mangleTemplateArgValue()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DAPValue.h461 APFloat &getComplexFloatReal() {
465 const APFloat &getComplexFloatReal() const {
466 return const_cast<APValue*>(this)->getComplexFloatReal();
H A DPropertiesBase.td307 node.getComplexFloatReal().getSemantics());
315 let Read = [{ node.getComplexFloatReal().bitcastToAPInt() }];
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprConstant.cpp2112 Value.getComplexFloatReal()); in tryEmitPrivate()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp12472 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()