HomeSort by: relevance | last modified time | path
    Searched refs:getLowerBound (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprOpenMP.h 94 Expr *getLowerBound() { return cast_or_null<Expr>(SubExprs[LOWER_BOUND]); }
95 const Expr *getLowerBound() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h 798 /// getLowerBound - Looks through all the bounds info and
801 const SCEV *getLowerBound(BoundInfo *Bound) const;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 911 if (auto LB = Subrange->getLowerBound())
924 if (auto LB = GenericSubrange->getLowerBound())
DwarfUnit.cpp 1332 AddBoundTypeEntry(dwarf::DW_AT_lower_bound, SR->getLowerBound());
1373 AddBoundTypeEntry(dwarf::DW_AT_lower_bound, GSR->getLowerBound());
CodeViewDebug.cpp 1622 auto *LI = Subrange->getLowerBound().dyn_cast<ConstantInt *>();
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfoMetadata.cpp 390 DISubrange::BoundType DISubrange::getLowerBound() const {
480 DIGenericSubrange::BoundType DIGenericSubrange::getLowerBound() const {
  /src/external/apache2/llvm/dist/clang/lib/AST/
ComputeDependence.cpp 401 if (auto *LB = E->getLowerBound())
StmtPrinter.cpp 1322 if (Node->getLowerBound())
1323 PrintExpr(Node->getLowerBound());
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h 351 BoundType getLowerBound() const;
399 BoundType getLowerBound() const;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 2708 if (const SCEV *LowerBound = getLowerBound(Bound))
2946 const SCEV *DependenceInfo::getLowerBound(BoundInfo *Bound) const {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 7300 !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();
CGExpr.cpp 3935 if (auto *LowerBound = E->getLowerBound()) {
3954 auto *LowerBound = E->getLowerBound();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 18094 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(),
TreeTransform.h 10595 if (E->getLowerBound()) {
10596 LowerBound = getDerived().TransformExpr(E->getLowerBound());
10616 LowerBound.get() == E->getLowerBound() && Length.get() == E->getLength())
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 805 Record.AddStmt(E->getLowerBound());

Completed in 104 milliseconds