Searched refs:ConstLength (Results 1 – 3 of 3) sorted by relevance
4443 llvm::APSInt ConstLength; in EmitArraySectionExpr() local4447 ConstLength = CL->zextOrTrunc(PointerWidthInBits); in EmitArraySectionExpr()4460 --ConstLength; in EmitArraySectionExpr()4476 : llvm::ConstantInt::get(IntPtrTy, ConstLength); in EmitArraySectionExpr()4486 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitArraySectionExpr()4495 ConstLength = *L; in EmitArraySectionExpr()4501 ConstLength = CAT->getSize(); in EmitArraySectionExpr()4511 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitArraySectionExpr()4512 --ConstLength; in EmitArraySectionExpr()4513 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength); in EmitArraySectionExpr()
6823 llvm::APSInt ConstLength = Result.Val.getInt(); in isFinalArraySectionExpression() local6824 return ConstLength.getSExtValue() != 1; in isFinalArraySectionExpression()
20113 llvm::APSInt ConstLength = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToWholeSize() local20114 return CATy->getSExtSize() != ConstLength.getSExtValue(); in checkArrayExpressionDoesNotReferToWholeSize()20149 llvm::APSInt ConstLength = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToUnitySize() local20150 return ConstLength.getSExtValue() != 1; in checkArrayExpressionDoesNotReferToUnitySize()