Searched refs:getComplexFloatImag (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | APValue.h | 543 APFloat &getComplexFloatImag() { 547 const APFloat &getComplexFloatImag() const { 548 return const_cast<APValue*>(this)->getComplexFloatImag();
|
| H A D | PropertiesBase.td | 316 node.getComplexFloatImag().getSemantics())); 325 let Read = [{ node.getComplexFloatImag().bitcastToAPInt() }];
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | APValue.cpp | 342 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag()); in APValue() 455 assert(getComplexFloatImag().needsCleanup() == in needsCleanup() 597 profileIntValue(ID, getComplexFloatImag().bitcastToAPInt()); in Profile() 755 << GetApproxValue(getComplexFloatImag()) << "i"; in printPretty()
|
| H A D | ExprConstant.cpp | 1604 APFloat &getComplexFloatImag() { return FloatImag; } in getComplexFloatImag() function 1622 FloatImag = v.getComplexFloatImag(); in setFrom() 2743 !Val.getComplexFloatImag().isZero(); in HandleConversionToBool() 4073 return handler.found(Index ? O->getComplexFloatImag() in findSubobject() 7495 if (!visitFloat(Val.getComplexFloatImag(), EltTy, in visitComplex() 14425 LHS.getComplexFloatImag().compare(RHS.getComplexFloatImag()); in EvaluateComparisonBinaryOperator() 16259 Result.getComplexFloatImag() = RHS.getComplexFloatImag(); in VisitBinaryOperator() 16261 Result.getComplexFloatImag().add(RHS.getComplexFloatImag(), in VisitBinaryOperator() 16273 Result.getComplexFloatImag() = RHS.getComplexFloatImag(); in VisitBinaryOperator() 16274 Result.getComplexFloatImag().changeSign(); in VisitBinaryOperator() [all …]
|
| H A D | ItaniumMangle.cpp | 6515 V.getComplexFloatImag().isPosZero(); in isZeroInitialized() 6736 !V.getComplexFloatImag().isPosZero()) in mangleValueInTemplateArg() 6738 if (!V.getComplexFloatImag().isPosZero()) in mangleValueInTemplateArg() 6739 mangleFloatLiteral(CT->getElementType(), V.getComplexFloatImag()); in mangleValueInTemplateArg()
|
| H A D | TextNodeDumper.cpp | 731 << GetApproxValue(Value.getComplexFloatImag()) << 'i'; in Visit()
|
| H A D | MicrosoftMangle.cpp | 2124 mangleFloat(V.getComplexFloatImag()); in mangleTemplateArgValue()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExprConstant.cpp | 799 llvm::APFloat imag = value.getComplexFloatImag(); in tryEmitPrivate()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 2487 Value.getComplexFloatImag()); in tryEmitPrivate()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 7902 FloatingLiteral::Create(S.Context, Val.getComplexFloatImag(), true, in BuildExpressionFromNonTypeTemplateArgumentValue()
|
| H A D | SemaChecking.cpp | 11003 IsSameFloatAfterCast(value.getComplexFloatImag(), Src, Tgt)); in IsSameFloatAfterCast()
|
| H A D | SemaDeclCXX.cpp | 17551 V.getComplexFloatImag().toString(Str); in ConvertAPValueToString()
|