Searched defs:ubound (Results 1 – 7 of 7) sorted by relevance
/llvm-project/lldb/tools/intel-features/intel-mpx/ |
H A D | cli-wrapper-mpxtable.cpp | 60 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 D | type.h | 216 Bound &ubound() { return ub_; } ubound() function 217 const Bound &ubound() const { return ub_; } ubound() function
|
/llvm-project/flang/lib/Evaluate/ |
H A D | shape.cpp | 269 } 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 D | compute-offsets.cpp | 285 auto ubound{[&](std::size_t i) { ComputeOffset() local
|
/llvm-project/flang/lib/Lower/ |
H A D | DirectivesCommon.h |
|
H A D | CallInterface.cpp | 366 const auto &ubound = shapeSpec.ubound().GetExplicit(); in getExtentExpr() local
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | IntrinsicCall.cpp | 6571 mlir::Value ubound = builder.create<mlir::arith::SubIOp>(loc, lbound, one); genUbound() local
|