Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.td306 node.getComplexFloatImag().getSemantics()));
315 let Read = [{ node.getComplexFloatImag().bitcastToAPInt() }];
/freebsd-13.1/contrib/llvm-project/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()
677 << GetApproxValue(getComplexFloatImag()) << "i"; in printPretty()
H A DExprConstant.cpp1540 FloatImag = v.getComplexFloatImag(); in setFrom()
2487 !Val.getComplexFloatImag().isZero(); in HandleConversionToBool()
12601 LHS.getComplexFloatImag().compare(RHS.getComplexFloatImag()); in EvaluateComparisonBinaryOperator()
14101 Result.getComplexFloatImag() = RHS.getComplexFloatImag(); in VisitBinaryOperator()
14103 Result.getComplexFloatImag().add(RHS.getComplexFloatImag(), in VisitBinaryOperator()
14115 Result.getComplexFloatImag() = RHS.getComplexFloatImag(); in VisitBinaryOperator()
14118 Result.getComplexFloatImag().subtract(RHS.getComplexFloatImag(), in VisitBinaryOperator()
14134 APFloat &B = LHS.getComplexFloatImag(); in VisitBinaryOperator()
14136 APFloat &D = RHS.getComplexFloatImag(); in VisitBinaryOperator()
14215 APFloat &B = LHS.getComplexFloatImag(); in VisitBinaryOperator()
[all …]
H A DItaniumMangle.cpp5466 V.getComplexFloatImag().isPosZero(); in isZeroInitialized()
5644 !V.getComplexFloatImag().isPosZero()) in mangleValueInTemplateArg()
5646 if (!V.getComplexFloatImag().isPosZero()) in mangleValueInTemplateArg()
5647 mangleFloatLiteral(CT->getElementType(), V.getComplexFloatImag()); in mangleValueInTemplateArg()
H A DTextNodeDumper.cpp532 << GetApproxValue(Value.getComplexFloatImag()) << 'i'; in Visit()
H A DMicrosoftMangle.cpp1817 mangleFloat(V.getComplexFloatImag()); in mangleTemplateArgValue()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2077 Value.getComplexFloatImag()); in tryEmitPrivate()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11434 IsSameFloatAfterCast(value.getComplexFloatImag(), Src, Tgt)); in IsSameFloatAfterCast()