/freebsd/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/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVType.cpp | 510 << "[" << getLowerBound() << ".." << getUpperBound() << "]"; in resolveExtra()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 819 /// getLowerBound - Looks through all the bounds info and 822 const SCEV *getLowerBound(BoundInfo *Bound) const;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 1005 if (auto LB = Subrange->getLowerBound()) in dependencies() 1018 if (auto LB = GenericSubrange->getLowerBound()) in dependencies()
|
H A D | DwarfUnit.cpp | 1418 AddBoundTypeEntry(dwarf::DW_AT_lower_bound, SR->getLowerBound()); in constructSubrangeDIE() 1459 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/contrib/llvm-project/clang/lib/AST/ |
H A D | ComputeDependence.cpp | 455 if (auto *LB = E->getLowerBound()) in computeDependence()
|
H A D | StmtPrinter.cpp | 1555 if (Node->getLowerBound()) in VisitArraySectionExpr() 1556 PrintExpr(Node->getLowerBound()); in VisitArraySectionExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 502 DISubrange::BoundType DISubrange::getLowerBound() const { in getLowerBound() function in DISubrange 596 DIGenericSubrange::BoundType DIGenericSubrange::getLowerBound() const { in getLowerBound() function in DIGenericSubrange
|
/freebsd/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/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 400 BoundType getLowerBound() const; 446 BoundType getLowerBound() const;
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 6693 !OAE->getLowerBound()) in getExprTypeSize() 6718 OAE->getLowerBound() && "expected array_section[lb:]."); in getExprTypeSize() 6721 llvm::Value *LBVal = CGF.EmitScalarExpr(OAE->getLowerBound()); in getExprTypeSize() 6722 LBVal = CGF.EmitScalarConversion(LBVal, OAE->getLowerBound()->getType(), in getExprTypeSize() 6724 OAE->getLowerBound()->getExprLoc()); in getExprTypeSize() 7617 const Expr *OffsetExpr = OASE->getLowerBound(); in generateInfoForComponentList()
|
H A D | CGExpr.cpp | 4431 if (auto *LowerBound = E->getLowerBound()) { in EmitArraySectionExpr() 4450 auto *LowerBound = E->getLowerBound(); in EmitArraySectionExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 6986 Expr *getLowerBound() { return cast_or_null<Expr>(SubExprs[LOWER_BOUND]); } in getLowerBound() function 6987 const Expr *getLowerBound() const { in getLowerBound() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 1405 DISubrange::BoundType LowerBound = N->getLowerBound(); in writeDISubrange()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 886 Record.AddStmt(E->getLowerBound()); in VisitArraySectionExpr()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 20079 const Expr *LowerBound = OASE->getLowerBound(); in checkArrayExpressionDoesNotReferToWholeSize() 20407 if (OASE->getLowerBound() && !OASE->getLowerBound()->isValueDependent() && in VisitArraySectionExpr() 20408 OASE->getLowerBound()->EvaluateAsInt(ResultL, in VisitArraySectionExpr() 20411 SemaRef.Diag(OASE->getLowerBound()->getExprLoc(), in VisitArraySectionExpr() 20413 SemaRef.Diag(OASE->getLowerBound()->getExprLoc(), in VisitArraySectionExpr()
|
H A D | TreeTransform.h | 12162 if (E->getLowerBound()) { in TransformArraySectionExpr() 12163 LowerBound = getDerived().TransformExpr(E->getLowerBound()); in TransformArraySectionExpr() 12185 LowerBound.get() == E->getLowerBound() && in TransformArraySectionExpr()
|
H A D | SemaChecking.cpp | 13295 if (ASE->getLowerBound()) in CheckArrayAccess() 13296 CheckArrayAccess(ASE->getBase(), ASE->getLowerBound(), in CheckArrayAccess()
|