Searched refs:RangeTy (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h202 template <class RangeTy,
203 class Comparator = std::less<decltype(*std::begin(RangeTy()))>>
204 void parallelSort(RangeTy &&R, const Comparator &Comp = Comparator()) {
208 template <class RangeTy, class FuncTy>
209 void parallelForEach(RangeTy &&R, FuncTy Fn) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp690 using RangeTy = iterator_range<mop_reverse_iterator>;
691 SmallVector<RangeTy, 4> Worklist;
703 RangeTy &Range = Worklist.back();
735 const RangeTy &Range = Worklist.back();
746 for (const RangeTy &Range : Worklist)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1285 auto *RangeTy = Range.getBegin()->getType(); local
1287 if (V->getType() == RangeTy)
1289 return IsSignedPredicate ? B.CreateSExt(V, RangeTy, "wide." + V->getName())
1290 : B.CreateZExt(V, RangeTy, "wide." + V->getName());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h906 template <typename RangeTy>
907 explicit SmallVector(const iterator_range<RangeTy> &R)
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp4010 llvm::Type *RangeTy = NDRangeL.getAddress(*this).getType();
4016 llvm::Type *ArgTys[] = {QueueTy, Int32Ty, RangeTy, GenericVoidPtrTy,
4089 QueueTy, IntTy, RangeTy, GenericVoidPtrTy,
4139 QueueTy, Int32Ty, RangeTy, Int32Ty,

Completed in 140 milliseconds