Home
last modified time | relevance | path

Searched refs:getComplexFloatImag (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h543 APFloat &getComplexFloatImag() {
547 const APFloat &getComplexFloatImag() const {
548 return const_cast<APValue*>(this)->getComplexFloatImag();
H A DPropertiesBase.td316 node.getComplexFloatImag().getSemantics()));
325 let Read = [{ node.getComplexFloatImag().bitcastToAPInt() }];
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp342 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 DExprConstant.cpp1604 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 DItaniumMangle.cpp6515 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 DTextNodeDumper.cpp731 << GetApproxValue(Value.getComplexFloatImag()) << 'i'; in Visit()
H A DMicrosoftMangle.cpp2124 mangleFloat(V.getComplexFloatImag()); in mangleTemplateArgValue()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprConstant.cpp799 llvm::APFloat imag = value.getComplexFloatImag(); in tryEmitPrivate()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2487 Value.getComplexFloatImag()); in tryEmitPrivate()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp7902 FloatingLiteral::Create(S.Context, Val.getComplexFloatImag(), true, in BuildExpressionFromNonTypeTemplateArgumentValue()
H A DSemaChecking.cpp11003 IsSameFloatAfterCast(value.getComplexFloatImag(), Src, Tgt)); in IsSameFloatAfterCast()
H A DSemaDeclCXX.cpp17551 V.getComplexFloatImag().toString(Str); in ConvertAPValueToString()