Searched refs:ConstLowerBound (Results 1 – 2 of 2) sorted by relevance
4046 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitOMPArraySectionExpr() local4049 ConstLowerBound = LB->zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()4056 --ConstLowerBound; in EmitOMPArraySectionExpr()4064 : llvm::ConstantInt::get(IntPtrTy, ConstLowerBound); in EmitOMPArraySectionExpr()4080 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
20570 llvm::APSInt ConstLowerBound = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToWholeSize() local20571 if (ConstLowerBound.getSExtValue()) in checkArrayExpressionDoesNotReferToWholeSize()