Searched refs:ConstLowerBound (Results 1 – 2 of 2) sorted by relevance
4761 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitArraySectionExpr() local4765 ConstLowerBound = LB->zextOrTrunc(PointerWidthInBits); in EmitArraySectionExpr()4772 --ConstLowerBound; in EmitArraySectionExpr()4780 : llvm::ConstantInt::get(IntPtrTy, ConstLowerBound); in EmitArraySectionExpr()4796 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitArraySectionExpr()
20754 llvm::APSInt ConstLowerBound = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToWholeSize() local20755 if (ConstLowerBound.getSExtValue()) in checkArrayExpressionDoesNotReferToWholeSize()