Searched refs:ConstLowerBound (Results 1 – 2 of 2) sorted by relevance
4405 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitOMPArraySectionExpr() local4409 ConstLowerBound = LB->zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()4416 --ConstLowerBound; in EmitOMPArraySectionExpr()4424 : llvm::ConstantInt::get(IntPtrTy, ConstLowerBound); in EmitOMPArraySectionExpr()4440 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
21268 llvm::APSInt ConstLowerBound = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToWholeSize() local21269 if (ConstLowerBound.getSExtValue()) in checkArrayExpressionDoesNotReferToWholeSize()