Searched refs:IteratorTy (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | STLExtras.h | 1496 template <class IteratorTy> 1497 inline void presortShuffle(IteratorTy Start, IteratorTy End) { 1519 template<class IteratorTy> 1520 inline void array_pod_sort(IteratorTy Start, IteratorTy End) { 1531 template <class IteratorTy> 1533 IteratorTy Start, IteratorTy End, 1559 template <typename IteratorTy, 1562 inline void sort(IteratorTy Start, IteratorTy End) { 1571 template <typename IteratorTy, 1574 inline void sort(IteratorTy Start, IteratorTy End) { [all …]
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 3084 QualType IteratorTy = IVExpr->getType(); in emitDistributeParallelForDispatchBounds() local 3086 CGF.EmitLoadOfScalar(LB, /*Volatile=*/false, IteratorTy, S.getBeginLoc()); in emitDistributeParallelForDispatchBounds() 3088 CGF.EmitLoadOfScalar(UB, /*Volatile=*/false, IteratorTy, S.getBeginLoc()); in emitDistributeParallelForDispatchBounds()
|