Home
last modified time | relevance | path

Searched refs:getSemantics (Results 201 – 225 of 746) sorted by relevance

12345678910>>...30

/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DAPValue.h605 assert(&R.getSemantics() == &I.getSemantics() &&
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/
H A DConstants.h295 if (&Val.getSemantics() == &APFloat::PPCDoubleDouble) in isExactlyValue()
298 FV.convert(Val.getSemantics(), APFloat::rmNearestTiesToEven, &ignored); in isExactlyValue()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DAPValue.h572 assert(&R.getSemantics() == &I.getSemantics() &&
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DAPValue.h605 assert(&R.getSemantics() == &I.getSemantics() &&
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DAPValue.h605 assert(&R.getSemantics() == &I.getSemantics() &&
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DAPValue.h591 assert(&R.getSemantics() == &I.getSemantics() &&
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DAPValue.h605 assert(&R.getSemantics() == &I.getSemantics() &&
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DAPValue.h605 assert(&R.getSemantics() == &I.getSemantics() &&
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DAPValue.h605 assert(&R.getSemantics() == &I.getSemantics() &&
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DAPValue.h605 assert(&R.getSemantics() == &I.getSemantics() &&
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DExprConstant.cpp4514 APFloat One(Value.getSemantics(), 1); in found()
12483 LHS.FloatImag = APFloat(LHS.FloatReal.getSemantics()); in EvaluateComparisonBinaryOperator()
12495 RHS.FloatImag = APFloat(RHS.FloatReal.getSemantics()); in EvaluateComparisonBinaryOperator()
13408 APFixedPoint Result(LHSFX.getSemantics()); in VisitBinaryOperator()
13436 FixedPointSemantics LHSSema = LHSFX.getSemantics(); in VisitBinaryOperator()
13789 Result.FloatReal = APFloat(Imag.getSemantics()); in VisitImaginaryLiteral()
13878 Result.FloatImag = APFloat(Real.getSemantics()); in VisitCastExpr()
13966 Result.FloatImag = APFloat(Real.getSemantics()); in VisitBinaryOperator()
13981 RHS.FloatImag = APFloat(Real.getSemantics()); in VisitBinaryOperator()
14056 C = APFloat::copySign(APFloat(C.getSemantics()), C); in VisitBinaryOperator()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DExprConstant.cpp4296 APFloat One(Value.getSemantics(), 1); in found()
12096 LHS.FloatImag = APFloat(LHS.FloatReal.getSemantics()); in EvaluateComparisonBinaryOperator()
12108 RHS.FloatImag = APFloat(RHS.FloatReal.getSemantics()); in EvaluateComparisonBinaryOperator()
12990 APFixedPoint Result(LHSFX.getSemantics()); in VisitBinaryOperator()
13328 Result.FloatReal = APFloat(Imag.getSemantics()); in VisitImaginaryLiteral()
13415 Result.FloatImag = APFloat(Real.getSemantics()); in VisitCastExpr()
13501 Result.FloatImag = APFloat(Real.getSemantics()); in VisitBinaryOperator()
13516 RHS.FloatImag = APFloat(Real.getSemantics()); in VisitBinaryOperator()
13591 C = APFloat::copySign(APFloat(C.getSemantics()), C); in VisitBinaryOperator()
13593 D = APFloat::copySign(APFloat(D.getSemantics()), D); in VisitBinaryOperator()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DExprConstant.cpp4304 APFloat One(Value.getSemantics(), 1); in found()
12132 LHS.FloatImag = APFloat(LHS.FloatReal.getSemantics()); in EvaluateComparisonBinaryOperator()
12144 RHS.FloatImag = APFloat(RHS.FloatReal.getSemantics()); in EvaluateComparisonBinaryOperator()
13101 APFixedPoint Result(LHSFX.getSemantics()); in VisitBinaryOperator()
13439 Result.FloatReal = APFloat(Imag.getSemantics()); in VisitImaginaryLiteral()
13530 Result.FloatImag = APFloat(Real.getSemantics()); in VisitCastExpr()
13616 Result.FloatImag = APFloat(Real.getSemantics()); in VisitBinaryOperator()
13631 RHS.FloatImag = APFloat(Real.getSemantics()); in VisitBinaryOperator()
13706 C = APFloat::copySign(APFloat(C.getSemantics()), C); in VisitBinaryOperator()
13708 D = APFloat::copySign(APFloat(D.getSemantics()), D); in VisitBinaryOperator()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp284 convertToFpType(T.getSemantics()); in operator +=()
290 T.add(createAPFloatFromInt(T.getSemantics(), That.IntVal), RndMode); in operator +=()
310 isInt() ? That.getFpVal().getSemantics() : getFpVal().getSemantics(); in operator *=()
385 Addend0.set(APFloat(C0->getValueAPF().getSemantics()), nullptr); in drillValueDownOneStep()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1593 if ((&Node.getSemantics()) == &llvm::APFloat::IEEEsingle())
1595 if ((&Node.getSemantics()) == &llvm::APFloat::IEEEdouble())
1602 if ((&Node.getSemantics()) == &llvm::APFloat::IEEEsingle())
1604 if ((&Node.getSemantics()) == &llvm::APFloat::IEEEdouble())
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1593 if ((&Node.getSemantics()) == &llvm::APFloat::IEEEsingle())
1595 if ((&Node.getSemantics()) == &llvm::APFloat::IEEEdouble())
1602 if ((&Node.getSemantics()) == &llvm::APFloat::IEEEsingle())
1604 if ((&Node.getSemantics()) == &llvm::APFloat::IEEEdouble())
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1602 if ((&Node.getSemantics()) == &llvm::APFloat::IEEEsingle())
1604 if ((&Node.getSemantics()) == &llvm::APFloat::IEEEdouble())
1611 if ((&Node.getSemantics()) == &llvm::APFloat::IEEEsingle())
1613 if ((&Node.getSemantics()) == &llvm::APFloat::IEEEdouble())
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp532 if (&CSDN->getValueAPF().getSemantics() == &APFloat::IEEEsingle())
534 else if (&CSDN->getValueAPF().getSemantics() == &APFloat::IEEEdouble())
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/
H A DExprConstant.cpp4020 APFloat One(Value.getSemantics(), 1); in found()
11755 LHS.FloatImag = APFloat(LHS.FloatReal.getSemantics()); in EvaluateComparisonBinaryOperator()
11767 RHS.FloatImag = APFloat(RHS.FloatReal.getSemantics()); in EvaluateComparisonBinaryOperator()
12947 Result.FloatReal = APFloat(Imag.getSemantics()); in VisitImaginaryLiteral()
13034 Result.FloatImag = APFloat(Real.getSemantics()); in VisitCastExpr()
13120 Result.FloatImag = APFloat(Real.getSemantics()); in VisitBinaryOperator()
13135 RHS.FloatImag = APFloat(Real.getSemantics()); in VisitBinaryOperator()
13210 C = APFloat::copySign(APFloat(C.getSemantics()), C); in VisitBinaryOperator()
13212 D = APFloat::copySign(APFloat(D.getSemantics()), D); in VisitBinaryOperator()
13221 A = APFloat::copySign(APFloat(A.getSemantics()), A); in VisitBinaryOperator()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DExprConstant.cpp4020 APFloat One(Value.getSemantics(), 1); in found()
11755 LHS.FloatImag = APFloat(LHS.FloatReal.getSemantics()); in EvaluateComparisonBinaryOperator()
11767 RHS.FloatImag = APFloat(RHS.FloatReal.getSemantics()); in EvaluateComparisonBinaryOperator()
12947 Result.FloatReal = APFloat(Imag.getSemantics()); in VisitImaginaryLiteral()
13034 Result.FloatImag = APFloat(Real.getSemantics()); in VisitCastExpr()
13120 Result.FloatImag = APFloat(Real.getSemantics()); in VisitBinaryOperator()
13135 RHS.FloatImag = APFloat(Real.getSemantics()); in VisitBinaryOperator()
13210 C = APFloat::copySign(APFloat(C.getSemantics()), C); in VisitBinaryOperator()
13212 D = APFloat::copySign(APFloat(D.getSemantics()), D); in VisitBinaryOperator()
13221 A = APFloat::copySign(APFloat(A.getSemantics()), A); in VisitBinaryOperator()
[all …]
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/include/llvm/ADT/
H A DAPFloat.h438 const fltSemantics &getSemantics() const { return *semantics; } in getSemantics() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DExprConstant.cpp4523 APFloat One(Value.getSemantics(), 1); in found()
12549 LHS.FloatImag = APFloat(LHS.FloatReal.getSemantics()); in EvaluateComparisonBinaryOperator()
12561 RHS.FloatImag = APFloat(RHS.FloatReal.getSemantics()); in EvaluateComparisonBinaryOperator()
13477 APFixedPoint Result(LHSFX.getSemantics()); in VisitBinaryOperator()
13505 FixedPointSemantics LHSSema = LHSFX.getSemantics(); in VisitBinaryOperator()
13863 Result.FloatReal = APFloat(Imag.getSemantics()); in VisitImaginaryLiteral()
13953 Result.FloatImag = APFloat(Real.getSemantics()); in VisitCastExpr()
14041 Result.FloatImag = APFloat(Real.getSemantics()); in VisitBinaryOperator()
14056 RHS.FloatImag = APFloat(Real.getSemantics()); in VisitBinaryOperator()
14131 C = APFloat::copySign(APFloat(C.getSemantics()), C); in VisitBinaryOperator()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DExprConstant.cpp4516 APFloat One(Value.getSemantics(), 1); in found()
12551 LHS.FloatImag = APFloat(LHS.FloatReal.getSemantics()); in EvaluateComparisonBinaryOperator()
12563 RHS.FloatImag = APFloat(RHS.FloatReal.getSemantics()); in EvaluateComparisonBinaryOperator()
13476 APFixedPoint Result(LHSFX.getSemantics()); in VisitBinaryOperator()
13504 FixedPointSemantics LHSSema = LHSFX.getSemantics(); in VisitBinaryOperator()
13859 Result.FloatReal = APFloat(Imag.getSemantics()); in VisitImaginaryLiteral()
13948 Result.FloatImag = APFloat(Real.getSemantics()); in VisitCastExpr()
14036 Result.FloatImag = APFloat(Real.getSemantics()); in VisitBinaryOperator()
14051 RHS.FloatImag = APFloat(Real.getSemantics()); in VisitBinaryOperator()
14126 C = APFloat::copySign(APFloat(C.getSemantics()), C); in VisitBinaryOperator()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/
H A DExprConstant.cpp4521 APFloat One(Value.getSemantics(), 1); in found()
12578 LHS.FloatImag = APFloat(LHS.FloatReal.getSemantics()); in EvaluateComparisonBinaryOperator()
12590 RHS.FloatImag = APFloat(RHS.FloatReal.getSemantics()); in EvaluateComparisonBinaryOperator()
13506 APFixedPoint Result(LHSFX.getSemantics()); in VisitBinaryOperator()
13534 FixedPointSemantics LHSSema = LHSFX.getSemantics(); in VisitBinaryOperator()
13892 Result.FloatReal = APFloat(Imag.getSemantics()); in VisitImaginaryLiteral()
13982 Result.FloatImag = APFloat(Real.getSemantics()); in VisitCastExpr()
14070 Result.FloatImag = APFloat(Real.getSemantics()); in VisitBinaryOperator()
14085 RHS.FloatImag = APFloat(Real.getSemantics()); in VisitBinaryOperator()
14160 C = APFloat::copySign(APFloat(C.getSemantics()), C); in VisitBinaryOperator()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DExprConstant.cpp4521 APFloat One(Value.getSemantics(), 1); in found()
12578 LHS.FloatImag = APFloat(LHS.FloatReal.getSemantics()); in EvaluateComparisonBinaryOperator()
12590 RHS.FloatImag = APFloat(RHS.FloatReal.getSemantics()); in EvaluateComparisonBinaryOperator()
13506 APFixedPoint Result(LHSFX.getSemantics()); in VisitBinaryOperator()
13534 FixedPointSemantics LHSSema = LHSFX.getSemantics(); in VisitBinaryOperator()
13892 Result.FloatReal = APFloat(Imag.getSemantics()); in VisitImaginaryLiteral()
13982 Result.FloatImag = APFloat(Real.getSemantics()); in VisitCastExpr()
14070 Result.FloatImag = APFloat(Real.getSemantics()); in VisitBinaryOperator()
14085 RHS.FloatImag = APFloat(Real.getSemantics()); in VisitBinaryOperator()
14160 C = APFloat::copySign(APFloat(C.getSemantics()), C); in VisitBinaryOperator()
[all …]

12345678910>>...30