Searched refs:ConstLowerBound (Results 1 – 2 of 2) sorted by relevance
3955 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitOMPArraySectionExpr() local3958 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()
18104 llvm::APSInt ConstLowerBound = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToWholeSize() local18105 if (ConstLowerBound.getSExtValue()) in checkArrayExpressionDoesNotReferToWholeSize()