Searched refs:ConstLowerBound (Results 1 – 2 of 2) sorted by relevance
4451 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitArraySectionExpr() local4455 ConstLowerBound = LB->zextOrTrunc(PointerWidthInBits); in EmitArraySectionExpr()4462 --ConstLowerBound; in EmitArraySectionExpr()4470 : llvm::ConstantInt::get(IntPtrTy, ConstLowerBound); in EmitArraySectionExpr()4486 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitArraySectionExpr()
20089 llvm::APSInt ConstLowerBound = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToWholeSize() local20090 if (ConstLowerBound.getSExtValue()) in checkArrayExpressionDoesNotReferToWholeSize()