Home
last modified time | relevance | path

Searched refs:getLowerBound (Results 1 – 20 of 20) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h94 Expr *getLowerBound() { return cast_or_null<Expr>(SubExprs[LOWER_BOUND]); } in getLowerBound() function
95 const Expr *getLowerBound() const { in getLowerBound() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h265 int64_t getLowerBound() const override { return LowerBound; } in getLowerBound() function
H A DLVElement.h247 virtual int64_t getLowerBound() const { return 0; } in getLowerBound() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp510 << "[" << getLowerBound() << ".." << getUpperBound() << "]"; in resolveExtra()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h822 const SCEV *getLowerBound(BoundInfo *Bound) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp990 if (auto LB = Subrange->getLowerBound()) in dependencies()
1003 if (auto LB = GenericSubrange->getLowerBound()) in dependencies()
H A DDwarfUnit.cpp1385 AddBoundTypeEntry(dwarf::DW_AT_lower_bound, SR->getLowerBound()); in constructSubrangeDIE()
1426 AddBoundTypeEntry(dwarf::DW_AT_lower_bound, GSR->getLowerBound()); in constructGenericSubrangeDIE()
H A DCodeViewDebug.cpp1756 auto *LI = dyn_cast_if_present<ConstantInt *>(Subrange->getLowerBound()); in lowerTypeArray()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp423 if (auto *LB = E->getLowerBound()) in computeDependence()
H A DStmtPrinter.cpp1509 if (Node->getLowerBound()) in VisitOMPArraySectionExpr()
1510 PrintExpr(Node->getLowerBound()); in VisitOMPArraySectionExpr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp498 DISubrange::BoundType DISubrange::getLowerBound() const { in getLowerBound() function in DISubrange
592 DIGenericSubrange::BoundType DIGenericSubrange::getLowerBound() const { in getLowerBound() function in DIGenericSubrange
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2806 if (const SCEV *LowerBound = getLowerBound(Bound)) in testBounds()
3044 const SCEV *DependenceInfo::getLowerBound(BoundInfo *Bound) const { in getLowerBound() function in DependenceInfo
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h399 BoundType getLowerBound() const;
445 BoundType getLowerBound() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6678 !OAE->getLowerBound()) in getExprTypeSize()
6703 OAE->getLowerBound() && "expected array_section[lb:]."); in getExprTypeSize()
6706 llvm::Value *LBVal = CGF.EmitScalarExpr(OAE->getLowerBound()); in getExprTypeSize()
6707 LBVal = CGF.EmitScalarConversion(LBVal, OAE->getLowerBound()->getType(), in getExprTypeSize()
6709 OAE->getLowerBound()->getExprLoc()); in getExprTypeSize()
7588 const Expr *OffsetExpr = OASE->getLowerBound(); in generateInfoForComponentList()
H A DCGExpr.cpp4385 if (auto *LowerBound = E->getLowerBound()) { in EmitOMPArraySectionExpr()
4404 auto *LowerBound = E->getLowerBound(); in EmitOMPArraySectionExpr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1406 DISubrange::BoundType LowerBound = N->getLowerBound(); in writeDISubrange()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp887 Record.AddStmt(E->getLowerBound()); in VisitOMPArraySectionExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp21258 const Expr *LowerBound = OASE->getLowerBound(); in checkArrayExpressionDoesNotReferToWholeSize()
21586 if (OASE->getLowerBound() && !OASE->getLowerBound()->isValueDependent() && in VisitOMPArraySectionExpr()
21587 OASE->getLowerBound()->EvaluateAsInt(ResultL, in VisitOMPArraySectionExpr()
21590 SemaRef.Diag(OASE->getLowerBound()->getExprLoc(), in VisitOMPArraySectionExpr()
21592 SemaRef.Diag(OASE->getLowerBound()->getExprLoc(), in VisitOMPArraySectionExpr()
H A DTreeTransform.h11315 if (E->getLowerBound()) { in TransformOMPArraySectionExpr()
11316 LowerBound = getDerived().TransformExpr(E->getLowerBound()); in TransformOMPArraySectionExpr()
11336 LowerBound.get() == E->getLowerBound() && Length.get() == E->getLength()) in TransformOMPArraySectionExpr()
H A DSemaChecking.cpp18197 if (ASE->getLowerBound()) in CheckArrayAccess()
18198 CheckArrayAccess(ASE->getBase(), ASE->getLowerBound(), in CheckArrayAccess()