Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenOpenACC.cpp86 if (const Expr *lb = section->getLowerBound()) in getOpenACCDataOperandInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h269 int64_t getLowerBound() const override { return LowerBound; } in getLowerBound() function
H A DLVElement.h261 virtual int64_t getLowerBound() const { return 0; } in getLowerBound() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp514 << "[" << getLowerBound() << ".." << getUpperBound() << "]"; in resolveExtra()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h837 const SCEV *getLowerBound(BoundInfo *Bound) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1599 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 DDwarfCompileUnit.cpp1037 if (auto LB = Subrange->getLowerBound()) in dependencies()
1050 if (auto LB = GenericSubrange->getLowerBound()) in dependencies()
H A DCodeViewDebug.cpp1770 auto *LI = dyn_cast_if_present<ConstantInt *>(Subrange->getLowerBound()); in lowerTypeArray()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp457 if (auto *LB = E->getLowerBound()) in computeDependence()
H A DStmtPrinter.cpp1693 if (Node->getLowerBound()) in VisitArraySectionExpr()
1694 PrintExpr(Node->getLowerBound()); in VisitArraySectionExpr()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp682 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 DDebugInfoMetadata.h403 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 DDependenceAnalysis.cpp2816 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 DCGOpenMPRuntime.cpp6949 !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 DCGExpr.cpp4741 if (auto *LowerBound = E->getLowerBound()) { in EmitArraySectionExpr()
4760 auto *LowerBound = E->getLowerBound(); in EmitArraySectionExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h7154 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 DDXILBitcodeWriter.cpp1405 DISubrange::BoundType LowerBound = N->getLowerBound(); in writeDISubrange()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp902 Record.AddStmt(E->getLowerBound()); in VisitArraySectionExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp20744 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 DTreeTransform.h13280 if (E->getLowerBound()) { in TransformArraySectionExpr()
13281 LowerBound = getDerived().TransformExpr(E->getLowerBound()); in TransformArraySectionExpr()
13303 LowerBound.get() == E->getLowerBound() && in TransformArraySectionExpr()
H A DSemaChecking.cpp14728 if (ASE->getLowerBound()) in CheckArrayAccess()
14729 CheckArrayAccess(ASE->getBase(), ASE->getLowerBound(), in CheckArrayAccess()