Home
last modified time | relevance | path

Searched refs:LHSFX (Results 1 – 14 of 14) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DExprConstant.cpp12465 if (LHSFX < RHSFX) in EvaluateComparisonBinaryOperator()
12467 if (LHSFX > RHSFX) in EvaluateComparisonBinaryOperator()
13401 if (!EvaluateFixedPointOrInteger(LHS, LHSFX, Info)) in VisitBinaryOperator()
13408 APFixedPoint Result(LHSFX.getSemantics()); in VisitBinaryOperator()
13411 Result = LHSFX.add(RHSFX, &OpOverflow) in VisitBinaryOperator()
13416 Result = LHSFX.sub(RHSFX, &OpOverflow) in VisitBinaryOperator()
13421 Result = LHSFX.mul(RHSFX, &OpOverflow) in VisitBinaryOperator()
13430 Result = LHSFX.div(RHSFX, &OpOverflow) in VisitBinaryOperator()
13436 FixedPointSemantics LHSSema = LHSFX.getSemantics(); in VisitBinaryOperator()
13452 Result = LHSFX.shl(Amt, &OpOverflow); in VisitBinaryOperator()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DExprConstant.cpp12531 if (LHSFX < RHSFX) in EvaluateComparisonBinaryOperator()
12533 if (LHSFX > RHSFX) in EvaluateComparisonBinaryOperator()
13470 if (!EvaluateFixedPointOrInteger(LHS, LHSFX, Info)) in VisitBinaryOperator()
13477 APFixedPoint Result(LHSFX.getSemantics()); in VisitBinaryOperator()
13480 Result = LHSFX.add(RHSFX, &OpOverflow) in VisitBinaryOperator()
13485 Result = LHSFX.sub(RHSFX, &OpOverflow) in VisitBinaryOperator()
13490 Result = LHSFX.mul(RHSFX, &OpOverflow) in VisitBinaryOperator()
13499 Result = LHSFX.div(RHSFX, &OpOverflow) in VisitBinaryOperator()
13505 FixedPointSemantics LHSSema = LHSFX.getSemantics(); in VisitBinaryOperator()
13521 Result = LHSFX.shl(Amt, &OpOverflow); in VisitBinaryOperator()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DExprConstant.cpp12533 if (LHSFX < RHSFX) in EvaluateComparisonBinaryOperator()
12535 if (LHSFX > RHSFX) in EvaluateComparisonBinaryOperator()
13469 if (!EvaluateFixedPointOrInteger(LHS, LHSFX, Info)) in VisitBinaryOperator()
13476 APFixedPoint Result(LHSFX.getSemantics()); in VisitBinaryOperator()
13479 Result = LHSFX.add(RHSFX, &OpOverflow) in VisitBinaryOperator()
13484 Result = LHSFX.sub(RHSFX, &OpOverflow) in VisitBinaryOperator()
13489 Result = LHSFX.mul(RHSFX, &OpOverflow) in VisitBinaryOperator()
13498 Result = LHSFX.div(RHSFX, &OpOverflow) in VisitBinaryOperator()
13504 FixedPointSemantics LHSSema = LHSFX.getSemantics(); in VisitBinaryOperator()
13520 Result = LHSFX.shl(Amt, &OpOverflow); in VisitBinaryOperator()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/
H A DExprConstant.cpp12560 if (LHSFX < RHSFX) in EvaluateComparisonBinaryOperator()
12562 if (LHSFX > RHSFX) in EvaluateComparisonBinaryOperator()
13499 if (!EvaluateFixedPointOrInteger(LHS, LHSFX, Info)) in VisitBinaryOperator()
13506 APFixedPoint Result(LHSFX.getSemantics()); in VisitBinaryOperator()
13509 Result = LHSFX.add(RHSFX, &OpOverflow) in VisitBinaryOperator()
13514 Result = LHSFX.sub(RHSFX, &OpOverflow) in VisitBinaryOperator()
13519 Result = LHSFX.mul(RHSFX, &OpOverflow) in VisitBinaryOperator()
13528 Result = LHSFX.div(RHSFX, &OpOverflow) in VisitBinaryOperator()
13534 FixedPointSemantics LHSSema = LHSFX.getSemantics(); in VisitBinaryOperator()
13550 Result = LHSFX.shl(Amt, &OpOverflow); in VisitBinaryOperator()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DExprConstant.cpp12560 if (LHSFX < RHSFX) in EvaluateComparisonBinaryOperator()
12562 if (LHSFX > RHSFX) in EvaluateComparisonBinaryOperator()
13499 if (!EvaluateFixedPointOrInteger(LHS, LHSFX, Info)) in VisitBinaryOperator()
13506 APFixedPoint Result(LHSFX.getSemantics()); in VisitBinaryOperator()
13509 Result = LHSFX.add(RHSFX, &OpOverflow) in VisitBinaryOperator()
13514 Result = LHSFX.sub(RHSFX, &OpOverflow) in VisitBinaryOperator()
13519 Result = LHSFX.mul(RHSFX, &OpOverflow) in VisitBinaryOperator()
13528 Result = LHSFX.div(RHSFX, &OpOverflow) in VisitBinaryOperator()
13534 FixedPointSemantics LHSSema = LHSFX.getSemantics(); in VisitBinaryOperator()
13550 Result = LHSFX.shl(Amt, &OpOverflow); in VisitBinaryOperator()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/AST/
H A DExprConstant.cpp12560 if (LHSFX < RHSFX) in EvaluateComparisonBinaryOperator()
12562 if (LHSFX > RHSFX) in EvaluateComparisonBinaryOperator()
13499 if (!EvaluateFixedPointOrInteger(LHS, LHSFX, Info)) in VisitBinaryOperator()
13506 APFixedPoint Result(LHSFX.getSemantics()); in VisitBinaryOperator()
13509 Result = LHSFX.add(RHSFX, &OpOverflow) in VisitBinaryOperator()
13514 Result = LHSFX.sub(RHSFX, &OpOverflow) in VisitBinaryOperator()
13519 Result = LHSFX.mul(RHSFX, &OpOverflow) in VisitBinaryOperator()
13528 Result = LHSFX.div(RHSFX, &OpOverflow) in VisitBinaryOperator()
13534 FixedPointSemantics LHSSema = LHSFX.getSemantics(); in VisitBinaryOperator()
13550 Result = LHSFX.shl(Amt, &OpOverflow); in VisitBinaryOperator()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/AST/
H A DExprConstant.cpp12533 if (LHSFX < RHSFX) in EvaluateComparisonBinaryOperator()
12535 if (LHSFX > RHSFX) in EvaluateComparisonBinaryOperator()
13469 if (!EvaluateFixedPointOrInteger(LHS, LHSFX, Info)) in VisitBinaryOperator()
13476 APFixedPoint Result(LHSFX.getSemantics()); in VisitBinaryOperator()
13479 Result = LHSFX.add(RHSFX, &OpOverflow) in VisitBinaryOperator()
13484 Result = LHSFX.sub(RHSFX, &OpOverflow) in VisitBinaryOperator()
13489 Result = LHSFX.mul(RHSFX, &OpOverflow) in VisitBinaryOperator()
13498 Result = LHSFX.div(RHSFX, &OpOverflow) in VisitBinaryOperator()
13504 FixedPointSemantics LHSSema = LHSFX.getSemantics(); in VisitBinaryOperator()
13520 Result = LHSFX.shl(Amt, &OpOverflow); in VisitBinaryOperator()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/AST/
H A DExprConstant.cpp12560 if (LHSFX < RHSFX) in EvaluateComparisonBinaryOperator()
12562 if (LHSFX > RHSFX) in EvaluateComparisonBinaryOperator()
13499 if (!EvaluateFixedPointOrInteger(LHS, LHSFX, Info)) in VisitBinaryOperator()
13506 APFixedPoint Result(LHSFX.getSemantics()); in VisitBinaryOperator()
13509 Result = LHSFX.add(RHSFX, &OpOverflow) in VisitBinaryOperator()
13514 Result = LHSFX.sub(RHSFX, &OpOverflow) in VisitBinaryOperator()
13519 Result = LHSFX.mul(RHSFX, &OpOverflow) in VisitBinaryOperator()
13528 Result = LHSFX.div(RHSFX, &OpOverflow) in VisitBinaryOperator()
13534 FixedPointSemantics LHSSema = LHSFX.getSemantics(); in VisitBinaryOperator()
13550 Result = LHSFX.shl(Amt, &OpOverflow); in VisitBinaryOperator()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/AST/
H A DExprConstant.cpp12560 if (LHSFX < RHSFX) in EvaluateComparisonBinaryOperator()
12562 if (LHSFX > RHSFX) in EvaluateComparisonBinaryOperator()
13499 if (!EvaluateFixedPointOrInteger(LHS, LHSFX, Info)) in VisitBinaryOperator()
13506 APFixedPoint Result(LHSFX.getSemantics()); in VisitBinaryOperator()
13509 Result = LHSFX.add(RHSFX, &OpOverflow) in VisitBinaryOperator()
13514 Result = LHSFX.sub(RHSFX, &OpOverflow) in VisitBinaryOperator()
13519 Result = LHSFX.mul(RHSFX, &OpOverflow) in VisitBinaryOperator()
13528 Result = LHSFX.div(RHSFX, &OpOverflow) in VisitBinaryOperator()
13534 FixedPointSemantics LHSSema = LHSFX.getSemantics(); in VisitBinaryOperator()
13550 Result = LHSFX.shl(Amt, &OpOverflow); in VisitBinaryOperator()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DExprConstant.cpp12070 APFixedPoint LHSFX(Info.Ctx.getFixedPointSemantics(LHSTy)); in EvaluateComparisonBinaryOperator() local
12073 bool LHSOK = EvaluateFixedPointOrInteger(E->getLHS(), LHSFX, Info); in EvaluateComparisonBinaryOperator()
12078 if (LHSFX < RHSFX) in EvaluateComparisonBinaryOperator()
12080 if (LHSFX > RHSFX) in EvaluateComparisonBinaryOperator()
12982 APFixedPoint LHSFX(Info.Ctx.getFixedPointSemantics(LHS->getType())); in VisitBinaryOperator() local
12983 if (!EvaluateFixedPointOrInteger(LHS, LHSFX, Info)) in VisitBinaryOperator()
12990 APFixedPoint Result(LHSFX.getSemantics()); in VisitBinaryOperator()
12993 Result = LHSFX.add(RHSFX, &OpOverflow) in VisitBinaryOperator()
12998 Result = LHSFX.sub(RHSFX, &OpOverflow) in VisitBinaryOperator()
13003 Result = LHSFX.mul(RHSFX, &OpOverflow) in VisitBinaryOperator()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DExprConstant.cpp12106 APFixedPoint LHSFX(Info.Ctx.getFixedPointSemantics(LHSTy)); in EvaluateComparisonBinaryOperator() local
12109 bool LHSOK = EvaluateFixedPointOrInteger(E->getLHS(), LHSFX, Info); in EvaluateComparisonBinaryOperator()
12114 if (LHSFX < RHSFX) in EvaluateComparisonBinaryOperator()
12116 if (LHSFX > RHSFX) in EvaluateComparisonBinaryOperator()
13093 APFixedPoint LHSFX(Info.Ctx.getFixedPointSemantics(LHS->getType())); in VisitBinaryOperator() local
13094 if (!EvaluateFixedPointOrInteger(LHS, LHSFX, Info)) in VisitBinaryOperator()
13101 APFixedPoint Result(LHSFX.getSemantics()); in VisitBinaryOperator()
13104 Result = LHSFX.add(RHSFX, &OpOverflow) in VisitBinaryOperator()
13109 Result = LHSFX.sub(RHSFX, &OpOverflow) in VisitBinaryOperator()
13114 Result = LHSFX.mul(RHSFX, &OpOverflow) in VisitBinaryOperator()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DExprConstant.cpp10426 APFixedPoint LHSFX(Info.Ctx.getFixedPointSemantics(LHSTy)); in EvaluateComparisonBinaryOperator() local
10429 bool LHSOK = EvaluateFixedPointOrInteger(E->getLHS(), LHSFX, Info); in EvaluateComparisonBinaryOperator()
10434 if (LHSFX < RHSFX) in EvaluateComparisonBinaryOperator()
10436 if (LHSFX > RHSFX) in EvaluateComparisonBinaryOperator()
11293 APFixedPoint LHSFX(Info.Ctx.getFixedPointSemantics(LHS->getType())); in VisitBinaryOperator() local
11294 if (!EvaluateFixedPointOrInteger(LHS, LHSFX, Info)) in VisitBinaryOperator()
11303 APFixedPoint Result = LHSFX.add(RHSFX, &AddOverflow) in VisitBinaryOperator()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/
H A DExprConstant.cpp11729 APFixedPoint LHSFX(Info.Ctx.getFixedPointSemantics(LHSTy)); in EvaluateComparisonBinaryOperator() local
11732 bool LHSOK = EvaluateFixedPointOrInteger(E->getLHS(), LHSFX, Info); in EvaluateComparisonBinaryOperator()
11737 if (LHSFX < RHSFX) in EvaluateComparisonBinaryOperator()
11739 if (LHSFX > RHSFX) in EvaluateComparisonBinaryOperator()
12626 APFixedPoint LHSFX(Info.Ctx.getFixedPointSemantics(LHS->getType())); in VisitBinaryOperator() local
12627 if (!EvaluateFixedPointOrInteger(LHS, LHSFX, Info)) in VisitBinaryOperator()
12636 APFixedPoint Result = LHSFX.add(RHSFX, &AddOverflow) in VisitBinaryOperator()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DExprConstant.cpp11729 APFixedPoint LHSFX(Info.Ctx.getFixedPointSemantics(LHSTy)); in EvaluateComparisonBinaryOperator() local
11732 bool LHSOK = EvaluateFixedPointOrInteger(E->getLHS(), LHSFX, Info); in EvaluateComparisonBinaryOperator()
11737 if (LHSFX < RHSFX) in EvaluateComparisonBinaryOperator()
11739 if (LHSFX > RHSFX) in EvaluateComparisonBinaryOperator()
12626 APFixedPoint LHSFX(Info.Ctx.getFixedPointSemantics(LHS->getType())); in VisitBinaryOperator() local
12627 if (!EvaluateFixedPointOrInteger(LHS, LHSFX, Info)) in VisitBinaryOperator()
12636 APFixedPoint Result = LHSFX.add(RHSFX, &AddOverflow) in VisitBinaryOperator()