Home
last modified time | relevance | path

Searched refs:ConstLowerBound (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGExpr.cpp3672 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitOMPArraySectionExpr() local
3673 if (LowerBound && LowerBound->isIntegerConstantExpr(ConstLowerBound, C)) { in EmitOMPArraySectionExpr()
3674 ConstLowerBound = ConstLowerBound.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3680 --ConstLowerBound; in EmitOMPArraySectionExpr()
3688 : llvm::ConstantInt::get(IntPtrTy, ConstLowerBound); in EmitOMPArraySectionExpr()
3704 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGExpr.cpp3583 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitOMPArraySectionExpr() local
3584 if (LowerBound && LowerBound->isIntegerConstantExpr(ConstLowerBound, C)) { in EmitOMPArraySectionExpr()
3585 ConstLowerBound = ConstLowerBound.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3591 --ConstLowerBound; in EmitOMPArraySectionExpr()
3599 : llvm::ConstantInt::get(IntPtrTy, ConstLowerBound); in EmitOMPArraySectionExpr()
3615 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGExpr.cpp3533 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitOMPArraySectionExpr() local
3534 if (LowerBound && LowerBound->isIntegerConstantExpr(ConstLowerBound, C)) { in EmitOMPArraySectionExpr()
3535 ConstLowerBound = ConstLowerBound.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3541 --ConstLowerBound; in EmitOMPArraySectionExpr()
3549 : llvm::ConstantInt::get(IntPtrTy, ConstLowerBound); in EmitOMPArraySectionExpr()
3565 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGExpr.cpp3876 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitOMPArraySectionExpr() local
3877 if (LowerBound && LowerBound->isIntegerConstantExpr(ConstLowerBound, C)) { in EmitOMPArraySectionExpr()
3878 ConstLowerBound = ConstLowerBound.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3884 --ConstLowerBound; in EmitOMPArraySectionExpr()
3892 : llvm::ConstantInt::get(IntPtrTy, ConstLowerBound); in EmitOMPArraySectionExpr()
3908 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGExpr.cpp3740 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitOMPArraySectionExpr() local
3741 if (LowerBound && LowerBound->isIntegerConstantExpr(ConstLowerBound, C)) { in EmitOMPArraySectionExpr()
3742 ConstLowerBound = ConstLowerBound.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3748 --ConstLowerBound; in EmitOMPArraySectionExpr()
3756 : llvm::ConstantInt::get(IntPtrTy, ConstLowerBound); in EmitOMPArraySectionExpr()
3772 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3740 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitOMPArraySectionExpr() local
3741 if (LowerBound && LowerBound->isIntegerConstantExpr(ConstLowerBound, C)) { in EmitOMPArraySectionExpr()
3742 ConstLowerBound = ConstLowerBound.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3748 --ConstLowerBound; in EmitOMPArraySectionExpr()
3756 : llvm::ConstantInt::get(IntPtrTy, ConstLowerBound); in EmitOMPArraySectionExpr()
3772 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGExpr.cpp4840 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitOMPArraySectionExpr() local
4841 if (LowerBound && LowerBound->isIntegerConstantExpr(ConstLowerBound, C)) { in EmitOMPArraySectionExpr()
4842 ConstLowerBound = ConstLowerBound.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
4848 --ConstLowerBound; in EmitOMPArraySectionExpr()
4856 : llvm::ConstantInt::get(IntPtrTy, ConstLowerBound); in EmitOMPArraySectionExpr()
4872 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGExpr.cpp3954 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitOMPArraySectionExpr() local
3957 ConstLowerBound = LB->zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3964 --ConstLowerBound; in EmitOMPArraySectionExpr()
3972 : llvm::ConstantInt::get(IntPtrTy, ConstLowerBound); in EmitOMPArraySectionExpr()
3988 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp3902 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitOMPArraySectionExpr() local
3905 ConstLowerBound = LB->zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3912 --ConstLowerBound; in EmitOMPArraySectionExpr()
3920 : llvm::ConstantInt::get(IntPtrTy, ConstLowerBound); in EmitOMPArraySectionExpr()
3936 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGExpr.cpp3955 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitOMPArraySectionExpr() local
3958 ConstLowerBound = LB->zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3965 --ConstLowerBound; in EmitOMPArraySectionExpr()
3973 : llvm::ConstantInt::get(IntPtrTy, ConstLowerBound); in EmitOMPArraySectionExpr()
3989 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGExpr.cpp3941 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitOMPArraySectionExpr() local
3944 ConstLowerBound = LB->zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3951 --ConstLowerBound; in EmitOMPArraySectionExpr()
3959 : llvm::ConstantInt::get(IntPtrTy, ConstLowerBound); in EmitOMPArraySectionExpr()
3975 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGExpr.cpp3955 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitOMPArraySectionExpr() local
3958 ConstLowerBound = LB->zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3965 --ConstLowerBound; in EmitOMPArraySectionExpr()
3973 : llvm::ConstantInt::get(IntPtrTy, ConstLowerBound); in EmitOMPArraySectionExpr()
3989 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3955 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitOMPArraySectionExpr() local
3958 ConstLowerBound = LB->zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3965 --ConstLowerBound; in EmitOMPArraySectionExpr()
3973 : llvm::ConstantInt::get(IntPtrTy, ConstLowerBound); in EmitOMPArraySectionExpr()
3989 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGExpr.cpp3941 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitOMPArraySectionExpr() local
3944 ConstLowerBound = LB->zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3951 --ConstLowerBound; in EmitOMPArraySectionExpr()
3959 : llvm::ConstantInt::get(IntPtrTy, ConstLowerBound); in EmitOMPArraySectionExpr()
3975 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGExpr.cpp3955 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitOMPArraySectionExpr() local
3958 ConstLowerBound = LB->zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3965 --ConstLowerBound; in EmitOMPArraySectionExpr()
3973 : llvm::ConstantInt::get(IntPtrTy, ConstLowerBound); in EmitOMPArraySectionExpr()
3989 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGExpr.cpp3955 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitOMPArraySectionExpr() local
3958 ConstLowerBound = LB->zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3965 --ConstLowerBound; in EmitOMPArraySectionExpr()
3973 : llvm::ConstantInt::get(IntPtrTy, ConstLowerBound); in EmitOMPArraySectionExpr()
3989 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp11773 llvm::APSInt ConstLowerBound; in checkArrayExpressionDoesNotReferToWholeSize() local
11774 if (!LowerBound->EvaluateAsInt(ConstLowerBound, SemaRef.getASTContext())) in checkArrayExpressionDoesNotReferToWholeSize()
11776 if (ConstLowerBound.getSExtValue()) in checkArrayExpressionDoesNotReferToWholeSize()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp12320 llvm::APSInt ConstLowerBound = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToWholeSize() local
12321 if (ConstLowerBound.getSExtValue()) in checkArrayExpressionDoesNotReferToWholeSize()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp13339 llvm::APSInt ConstLowerBound = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToWholeSize() local
13340 if (ConstLowerBound.getSExtValue()) in checkArrayExpressionDoesNotReferToWholeSize()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp15154 llvm::APSInt ConstLowerBound = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToWholeSize() local
15155 if (ConstLowerBound.getSExtValue()) in checkArrayExpressionDoesNotReferToWholeSize()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp15154 llvm::APSInt ConstLowerBound = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToWholeSize() local
15155 if (ConstLowerBound.getSExtValue()) in checkArrayExpressionDoesNotReferToWholeSize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp16709 llvm::APSInt ConstLowerBound = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToWholeSize() local
16710 if (ConstLowerBound.getSExtValue()) in checkArrayExpressionDoesNotReferToWholeSize()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp16859 llvm::APSInt ConstLowerBound = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToWholeSize() local
16860 if (ConstLowerBound.getSExtValue()) in checkArrayExpressionDoesNotReferToWholeSize()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp16555 llvm::APSInt ConstLowerBound = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToWholeSize() local
16556 if (ConstLowerBound.getSExtValue()) in checkArrayExpressionDoesNotReferToWholeSize()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaOpenMP.cpp16545 llvm::APSInt ConstLowerBound = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToWholeSize() local
16546 if (ConstLowerBound.getSExtValue()) in checkArrayExpressionDoesNotReferToWholeSize()

12