Home
last modified time | relevance | path

Searched refs:ConstLength (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4443 llvm::APSInt ConstLength; in EmitArraySectionExpr() local
4447 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()
H A DCGOpenMPRuntime.cpp6823 llvm::APSInt ConstLength = Result.Val.getInt(); in isFinalArraySectionExpression() local
6824 return ConstLength.getSExtValue() != 1; in isFinalArraySectionExpression()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp20113 llvm::APSInt ConstLength = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToWholeSize() local
20114 return CATy->getSExtSize() != ConstLength.getSExtValue(); in checkArrayExpressionDoesNotReferToWholeSize()
20149 llvm::APSInt ConstLength = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToUnitySize() local
20150 return ConstLength.getSExtValue() != 1; in checkArrayExpressionDoesNotReferToUnitySize()