Home
last modified time | relevance | path

Searched defs:ubound (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/tools/intel-features/intel-mpx/
H A Dcli-wrapper-mpxtable.cpp60 static void PrintBTEntry(lldb::addr_t lbound, lldb::addr_t ubound, in PrintBTEntry()
178 lldb::addr_t ubound; in GetBTEntry() local
216 lldb::addr_t ubound, lldb::SBTarget &target, in SetBTEntry()
392 uint64_t ubound = std::strtoul(arg[2], &endptr, 16); in DoExecute() local
/llvm-project/flang/include/flang/Semantics/
H A Dtype.h216 Bound &ubound() { return ub_; } ubound() function
217 const Bound &ubound() const { return ub_; } ubound() function
/llvm-project/flang/lib/Evaluate/
H A Dshape.cpp269 } else if (const auto &ubound{shapeSpec.ubound().GetExplicit()}) { GetLowerBound() local
452 const auto &ubound{shapeSpec.ubound().GetExplicit()}; GetNonNegativeExtent() local
642 const auto &ubound{shapeSpec.ubound().GetExplicit()}; GetExplicitUBOUND() local
665 if (auto ubound{GetExplicitUBOUND(context, shapeSpec, invariantOnly)}) { GetUBOUND() local
[all...]
/llvm-project/flang/lib/Semantics/
H A Dcompute-offsets.cpp285 auto ubound{[&](std::size_t i) { ComputeOffset() local
/llvm-project/flang/lib/Lower/
H A DDirectivesCommon.h
H A DCallInterface.cpp366 const auto &ubound = shapeSpec.ubound().GetExplicit(); in getExtentExpr() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp6571 mlir::Value ubound = builder.create<mlir::arith::SubIOp>(loc, lbound, one); genUbound() local