Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp4038 llvm::APSInt ConstLength; in EmitOMPArraySectionExpr() local
4042 ConstLength = CL->zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
4054 --ConstLength; in EmitOMPArraySectionExpr()
4070 : llvm::ConstantInt::get(IntPtrTy, ConstLength); in EmitOMPArraySectionExpr()
4080 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
4089 ConstLength = *L; in EmitOMPArraySectionExpr()
4094 ConstLength = CAT->getSize(); in EmitOMPArraySectionExpr()
4104 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
4105 --ConstLength; in EmitOMPArraySectionExpr()
4106 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength); in EmitOMPArraySectionExpr()
H A DCGOpenMPRuntime.cpp7555 llvm::APSInt ConstLength = Result.Val.getInt(); in isFinalArraySectionExpression() local
7556 return ConstLength.getSExtValue() != 1; in isFinalArraySectionExpression()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp20594 llvm::APSInt ConstLength = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToWholeSize() local
20595 return CATy->getSize().getSExtValue() != ConstLength.getSExtValue(); in checkArrayExpressionDoesNotReferToWholeSize()
20630 llvm::APSInt ConstLength = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToUnitySize() local
20631 return ConstLength.getSExtValue() != 1; in checkArrayExpressionDoesNotReferToUnitySize()