Searched refs:ConstLowerBound (Results 1 – 2 of 2) sorted by relevance
3071 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitOMPArraySectionExpr() local3072 if (LowerBound && LowerBound->isIntegerConstantExpr(ConstLowerBound, C)) { in EmitOMPArraySectionExpr()3073 ConstLowerBound = ConstLowerBound.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()3079 --ConstLowerBound; in EmitOMPArraySectionExpr()3087 : llvm::ConstantInt::get(IntPtrTy, ConstLowerBound); in EmitOMPArraySectionExpr()3103 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
10374 llvm::APSInt ConstLowerBound; in CheckArrayExpressionDoesNotReferToWholeSize() local10375 if (!LowerBound->EvaluateAsInt(ConstLowerBound, SemaRef.getASTContext())) in CheckArrayExpressionDoesNotReferToWholeSize()10377 if (ConstLowerBound.getSExtValue()) in CheckArrayExpressionDoesNotReferToWholeSize()