Searched refs:ConstLowerBound (Results 1 – 2 of 2) sorted by relevance
4021 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitOMPArraySectionExpr() local4025 ConstLowerBound = LB->zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()4032 --ConstLowerBound; in EmitOMPArraySectionExpr()4040 : llvm::ConstantInt::get(IntPtrTy, ConstLowerBound); in EmitOMPArraySectionExpr()4056 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
20853 llvm::APSInt ConstLowerBound = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToWholeSize() local20854 if (ConstLowerBound.getSExtValue()) in checkArrayExpressionDoesNotReferToWholeSize()