Home
last modified time | relevance | path

Searched refs:IteratorTy (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSTLExtras.h1619 template <class IteratorTy>
1620 inline void presortShuffle(IteratorTy Start, IteratorTy End) {
1642 template<class IteratorTy>
1643 inline void array_pod_sort(IteratorTy Start, IteratorTy End) {
1649 detail::presortShuffle<IteratorTy>(Start, End);
1654 template <class IteratorTy>
1656 IteratorTy Start, IteratorTy End,
1658 const typename std::iterator_traits<IteratorTy>::value_type *,
1659 const typename std::iterator_traits<IteratorTy>::value_type *)) {
1665 detail::presortShuffle<IteratorTy>(Start, End);
[all …]
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DSafepointIRVerifier.cpp275 template<typename IteratorTy>
276 static void PrintValueSet(raw_ostream &OS, IteratorTy Begin, IteratorTy End) { in PrintValueSet()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3142 QualType IteratorTy = IVExpr->getType(); in emitDistributeParallelForDispatchBounds() local
3144 CGF.EmitLoadOfScalar(LB, /*Volatile=*/false, IteratorTy, S.getBeginLoc()); in emitDistributeParallelForDispatchBounds()
3146 CGF.EmitLoadOfScalar(UB, /*Volatile=*/false, IteratorTy, S.getBeginLoc()); in emitDistributeParallelForDispatchBounds()