Home
last modified time | relevance | path

Searched refs:ConstLowerBound (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp4046 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitOMPArraySectionExpr() local
4049 ConstLowerBound = LB->zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
4056 --ConstLowerBound; in EmitOMPArraySectionExpr()
4064 : llvm::ConstantInt::get(IntPtrTy, ConstLowerBound); in EmitOMPArraySectionExpr()
4080 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp20570 llvm::APSInt ConstLowerBound = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToWholeSize() local
20571 if (ConstLowerBound.getSExtValue()) in checkArrayExpressionDoesNotReferToWholeSize()