Home
last modified time | relevance | path

Searched defs:lower_bounds (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/runtime/
DISO_Fortran_binding.cpp38 int CFI_allocate(CFI_cdesc_t *descriptor, const CFI_index_t lower_bounds[], in CFI_allocate()
275 const CFI_index_t lower_bounds[], const CFI_index_t upper_bounds[], in CFI_section()
382 const CFI_index_t lower_bounds[]) { in CFI_setpointer()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlhlo_legalize_to_affine.cc36 SmallVector<int64_t, 3> lower_bounds(upper_bounds.size(), /*Value=*/0); in BuildBoundedAffineLoopNest() local
/external/llvm-project/flang/unittests/Evaluate/
DISO-Fortran-binding.cpp287 const CFI_index_t lower_bounds[], const CFI_index_t upper_bounds[], in check_CFI_allocate()
604 CFI_index_t lower_bounds[rank]; in run_CFI_setpointer_tests() local
/external/llvm-project/polly/lib/External/isl/
Disl_ast_codegen.c598 static __isl_give isl_pw_aff_list *lower_bounds( in lower_bounds() function