| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenOpenACC.cpp | 86 if (const Expr *lb = section->getLowerBound()) in getOpenACCDataOperandInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVType.h | 269 int64_t getLowerBound() const override { return LowerBound; } in getLowerBound() function
|
| H A D | LVElement.h | 261 virtual int64_t getLowerBound() const { return 0; } in getLowerBound() function
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVType.cpp | 514 << "[" << getLowerBound() << ".." << getUpperBound() << "]"; in resolveExtra()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DependenceAnalysis.h | 837 const SCEV *getLowerBound(BoundInfo *Bound) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 1599 AddBoundTypeEntry(dwarf::DW_AT_lower_bound, SR->getLowerBound()); in constructSubrangeDIE() 1641 AddBoundTypeEntry(dwarf::DW_AT_lower_bound, SR->getLowerBound()); in constructSubrangeDIE() 1685 AddBoundTypeEntry(dwarf::DW_AT_lower_bound, GSR->getLowerBound()); in constructGenericSubrangeDIE()
|
| H A D | DwarfCompileUnit.cpp | 1037 if (auto LB = Subrange->getLowerBound()) in dependencies() 1050 if (auto LB = GenericSubrange->getLowerBound()) in dependencies()
|
| H A D | CodeViewDebug.cpp | 1770 auto *LI = dyn_cast_if_present<ConstantInt *>(Subrange->getLowerBound()); in lowerTypeArray()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ComputeDependence.cpp | 457 if (auto *LB = E->getLowerBound()) in computeDependence()
|
| H A D | StmtPrinter.cpp | 1693 if (Node->getLowerBound()) in VisitArraySectionExpr() 1694 PrintExpr(Node->getLowerBound()); in VisitArraySectionExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 682 DISubrange::BoundType DISubrange::getLowerBound() const { in getLowerBound() function in DISubrange 776 DIGenericSubrange::BoundType DIGenericSubrange::getLowerBound() const { in getLowerBound() function in DIGenericSubrange
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 403 LLVM_ABI BoundType getLowerBound() const; 449 LLVM_ABI BoundType getLowerBound() const; 1538 BoundType getLowerBound() const { in getLowerBound() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 2816 if (const SCEV *LowerBound = getLowerBound(Bound)) in testBounds() 3054 const SCEV *DependenceInfo::getLowerBound(BoundInfo *Bound) const { in getLowerBound() function in DependenceInfo
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 6949 !OAE->getLowerBound()) in getExprTypeSize() 6974 OAE->getLowerBound() && "expected array_section[lb:]."); in getExprTypeSize() 6977 llvm::Value *LBVal = CGF.EmitScalarExpr(OAE->getLowerBound()); in getExprTypeSize() 6978 LBVal = CGF.EmitScalarConversion(LBVal, OAE->getLowerBound()->getType(), in getExprTypeSize() 6980 OAE->getLowerBound()->getExprLoc()); in getExprTypeSize() 7878 const Expr *OffsetExpr = OASE->getLowerBound();
|
| H A D | CGExpr.cpp | 4741 if (auto *LowerBound = E->getLowerBound()) { in EmitArraySectionExpr() 4760 auto *LowerBound = E->getLowerBound(); in EmitArraySectionExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 7154 Expr *getLowerBound() { return cast_or_null<Expr>(SubExprs[LOWER_BOUND]); } in getLowerBound() function 7155 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 | 902 Record.AddStmt(E->getLowerBound()); in VisitArraySectionExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 20744 const Expr *LowerBound = OASE->getLowerBound(); in checkArrayExpressionDoesNotReferToWholeSize() 21072 if (OASE->getLowerBound() && !OASE->getLowerBound()->isValueDependent() && in VisitArraySectionExpr() 21073 OASE->getLowerBound()->EvaluateAsInt(ResultL, in VisitArraySectionExpr() 21076 SemaRef.Diag(OASE->getLowerBound()->getExprLoc(), in VisitArraySectionExpr() 21078 SemaRef.Diag(OASE->getLowerBound()->getExprLoc(), in VisitArraySectionExpr()
|
| H A D | TreeTransform.h | 13280 if (E->getLowerBound()) { in TransformArraySectionExpr() 13281 LowerBound = getDerived().TransformExpr(E->getLowerBound()); in TransformArraySectionExpr() 13303 LowerBound.get() == E->getLowerBound() && in TransformArraySectionExpr()
|
| H A D | SemaChecking.cpp | 14728 if (ASE->getLowerBound()) in CheckArrayAccess() 14729 CheckArrayAccess(ASE->getBase(), ASE->getLowerBound(), in CheckArrayAccess()
|