| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprOpenMP.h | 94 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 D | LVType.h | 265 int64_t getLowerBound() const override { return LowerBound; } in getLowerBound() function
|
| H A D | LVElement.h | 247 virtual int64_t getLowerBound() const { return 0; } in getLowerBound() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVType.cpp | 510 << "[" << getLowerBound() << ".." << getUpperBound() << "]"; in resolveExtra()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DependenceAnalysis.h | 822 const SCEV *getLowerBound(BoundInfo *Bound) const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 990 if (auto LB = Subrange->getLowerBound()) in dependencies() 1003 if (auto LB = GenericSubrange->getLowerBound()) in dependencies()
|
| H A D | DwarfUnit.cpp | 1385 AddBoundTypeEntry(dwarf::DW_AT_lower_bound, SR->getLowerBound()); in constructSubrangeDIE() 1426 AddBoundTypeEntry(dwarf::DW_AT_lower_bound, GSR->getLowerBound()); in constructGenericSubrangeDIE()
|
| H A D | CodeViewDebug.cpp | 1756 auto *LI = dyn_cast_if_present<ConstantInt *>(Subrange->getLowerBound()); in lowerTypeArray()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ComputeDependence.cpp | 423 if (auto *LB = E->getLowerBound()) in computeDependence()
|
| H A D | StmtPrinter.cpp | 1509 if (Node->getLowerBound()) in VisitOMPArraySectionExpr() 1510 PrintExpr(Node->getLowerBound()); in VisitOMPArraySectionExpr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 498 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 D | DependenceAnalysis.cpp | 2806 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 D | DebugInfoMetadata.h | 399 BoundType getLowerBound() const; 445 BoundType getLowerBound() const;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 6678 !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 D | CGExpr.cpp | 4385 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 D | DXILBitcodeWriter.cpp | 1406 DISubrange::BoundType LowerBound = N->getLowerBound(); in writeDISubrange()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 887 Record.AddStmt(E->getLowerBound()); in VisitOMPArraySectionExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 21258 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 D | TreeTransform.h | 11315 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 D | SemaChecking.cpp | 18197 if (ASE->getLowerBound()) in CheckArrayAccess() 18198 CheckArrayAccess(ASE->getBase(), ASE->getLowerBound(), in CheckArrayAccess()
|