Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4761 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitArraySectionExpr() local
4765 ConstLowerBound = LB->zextOrTrunc(PointerWidthInBits); in EmitArraySectionExpr()
4772 --ConstLowerBound; in EmitArraySectionExpr()
4780 : llvm::ConstantInt::get(IntPtrTy, ConstLowerBound); in EmitArraySectionExpr()
4796 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitArraySectionExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp20754 llvm::APSInt ConstLowerBound = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToWholeSize() local
20755 if (ConstLowerBound.getSExtValue()) in checkArrayExpressionDoesNotReferToWholeSize()