Home
last modified time | relevance | path

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

/llvm-project/clang/test/OpenMP/
H A Dnvptx_target_parallel_reduction_codegen_tbaa_PR46146.cpp20 const int iend = (ib + 1) * 4; in complex_reduction() local
/llvm-project/offload/test/offloading/
H A Dbug49021.cpp48 const int iend = (ib + 1) * block_size; in test_reduction() local
H A Dcomplex_reduction.cpp65 const int iend = (ib + 1) * block_size; in test_reduction() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp250 for(SDNodeIterator i = SDNodeIterator::begin(N), iend = SDNodeIterator::end(N); in setSubgraphColorHelper() local