Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DAPValue.h469 APFloat &getComplexFloatImag() {
473 const APFloat &getComplexFloatImag() const {
474 return const_cast<APValue*>(this)->getComplexFloatImag();
H A DPropertiesBase.td309 node.getComplexFloatImag().getSemantics()));
318 let Read = [{ node.getComplexFloatImag().bitcastToAPInt() }];
/llvm-project-15.0.7/clang/lib/AST/
H A DAPValue.cpp341 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag()); in APValue()
447 assert(getComplexFloatImag().needsCleanup() == in needsCleanup()
585 profileIntValue(ID, getComplexFloatImag().bitcastToAPInt()); in Profile()
740 << GetApproxValue(getComplexFloatImag()) << "i"; in printPretty()
H A DExprConstant.cpp1536 FloatImag = v.getComplexFloatImag(); in setFrom()
2504 !Val.getComplexFloatImag().isZero(); in HandleConversionToBool()
12829 LHS.getComplexFloatImag().compare(RHS.getComplexFloatImag()); in EvaluateComparisonBinaryOperator()
14333 Result.getComplexFloatImag() = RHS.getComplexFloatImag(); in VisitBinaryOperator()
14335 Result.getComplexFloatImag().add(RHS.getComplexFloatImag(), in VisitBinaryOperator()
14347 Result.getComplexFloatImag() = RHS.getComplexFloatImag(); in VisitBinaryOperator()
14350 Result.getComplexFloatImag().subtract(RHS.getComplexFloatImag(), in VisitBinaryOperator()
14366 APFloat &B = LHS.getComplexFloatImag(); in VisitBinaryOperator()
14368 APFloat &D = RHS.getComplexFloatImag(); in VisitBinaryOperator()
14447 APFloat &B = LHS.getComplexFloatImag(); in VisitBinaryOperator()
[all …]
H A DItaniumMangle.cpp5546 V.getComplexFloatImag().isPosZero(); in isZeroInitialized()
5767 !V.getComplexFloatImag().isPosZero()) in mangleValueInTemplateArg()
5769 if (!V.getComplexFloatImag().isPosZero()) in mangleValueInTemplateArg()
5770 mangleFloatLiteral(CT->getElementType(), V.getComplexFloatImag()); in mangleValueInTemplateArg()
H A DTextNodeDumper.cpp534 << GetApproxValue(Value.getComplexFloatImag()) << 'i'; in Visit()
H A DMicrosoftMangle.cpp1848 mangleFloat(V.getComplexFloatImag()); in mangleTemplateArgValue()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprConstant.cpp2114 Value.getComplexFloatImag()); in tryEmitPrivate()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp12473 IsSameFloatAfterCast(value.getComplexFloatImag(), Src, Tgt)); in IsSameFloatAfterCast()