Searched refs:IteratorTy (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | STLExtras.h | 1592 template <class IteratorTy> 1593 inline void presortShuffle(IteratorTy Start, IteratorTy End) { 1615 template<class IteratorTy> 1616 inline void array_pod_sort(IteratorTy Start, IteratorTy End) { 1622 detail::presortShuffle<IteratorTy>(Start, End); 1627 template <class IteratorTy> 1629 IteratorTy Start, IteratorTy End, 1655 template <typename IteratorTy> 1656 inline void sort(IteratorTy Start, IteratorTy End) { 1673 template <typename IteratorTy, typename Compare> [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | SafepointIRVerifier.cpp | 275 template<typename IteratorTy> 276 static void PrintValueSet(raw_ostream &OS, IteratorTy Begin, IteratorTy End) { in PrintValueSet()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 3142 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()
|