Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp3955 llvm::APSInt ConstLowerBound(PointerWidthInBits, /*isUnsigned=*/false); in EmitOMPArraySectionExpr() local
3958 ConstLowerBound = LB->zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3965 --ConstLowerBound; in EmitOMPArraySectionExpr()
3973 : llvm::ConstantInt::get(IntPtrTy, ConstLowerBound); in EmitOMPArraySectionExpr()
3989 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp18104 llvm::APSInt ConstLowerBound = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToWholeSize() local
18105 if (ConstLowerBound.getSExtValue()) in checkArrayExpressionDoesNotReferToWholeSize()