Searched refs:getLowerBound (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprOpenMP.h94 Expr *getLowerBound() { return cast_or_null<Expr>(SubExprs[LOWER_BOUND]); } function in class:clang::OMPArraySectionExpr
95 const Expr *getLowerBound() const { function in class:clang::OMPArraySectionExpr
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h798 /// getLowerBound - Looks through all the bounds info and
801 const SCEV *getLowerBound(BoundInfo *Bound) const;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfoMetadata.cpp390 DISubrange::BoundType DISubrange::getLowerBound() const { function in class:DISubrange
480 DIGenericSubrange::BoundType DIGenericSubrange::getLowerBound() const { function in class:DIGenericSubrange
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp911 if (auto LB = Subrange->getLowerBound())
924 if (auto LB = GenericSubrange->getLowerBound())
H A DDwarfUnit.cpp1332 AddBoundTypeEntry(dwarf::DW_AT_lower_bound, SR->getLowerBound());
1373 AddBoundTypeEntry(dwarf::DW_AT_lower_bound, GSR->getLowerBound());
H A DCodeViewDebug.cpp1622 auto *LI = Subrange->getLowerBound().dyn_cast<ConstantInt *>();
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DComputeDependence.cpp401 if (auto *LB = E->getLowerBound())
H A DStmtPrinter.cpp1322 if (Node->getLowerBound())
1323 PrintExpr(Node->getLowerBound());
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h351 BoundType getLowerBound() const;
399 BoundType getLowerBound() const;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2708 if (const SCEV *LowerBound = getLowerBound(Bound))
2946 const SCEV *DependenceInfo::getLowerBound(BoundInfo *Bound) const { function in class:DependenceInfo
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7300 !OAE->getLowerBound())
7325 OAE->getLowerBound() && "expected array_section[lb:].");
7328 llvm::Value *LBVal = CGF.EmitScalarExpr(OAE->getLowerBound());
7329 LBVal = CGF.EmitScalarConversion(LBVal, OAE->getLowerBound()->getType(),
7331 OAE->getLowerBound()->getExprLoc());
8135 const Expr *OffsetExpr = OASE->getLowerBound();
H A DCGExpr.cpp3935 if (auto *LowerBound = E->getLowerBound()) {
3954 auto *LowerBound = E->getLowerBound();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp18094 const Expr *LowerBound = OASE->getLowerBound();
18418 if (OASE->getLowerBound() && !OASE->getLowerBound()->isValueDependent() &&
18419 OASE->getLowerBound()->EvaluateAsInt(ResultL,
18422 SemaRef.Diag(OASE->getLowerBound()->getExprLoc(),
18424 SemaRef.Diag(OASE->getLowerBound()->getExprLoc(),
H A DTreeTransform.h10595 if (E->getLowerBound()) {
10596 LowerBound = getDerived().TransformExpr(E->getLowerBound());
10616 LowerBound.get() == E->getLowerBound() && Length.get() == E->getLength())
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp805 Record.AddStmt(E->getLowerBound());

Completed in 664 milliseconds