Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4548 Type *TripCountTy = TripCount->getType(); in createTargetLoopWorkshareCall() local
4552 getKmpcForStaticLoopForType(TripCountTy, OMPBuilder, LoopType); in createTargetLoopWorkshareCall()
4559 RealArgs.push_back(ConstantInt::get(TripCountTy, 0)); in createTargetLoopWorkshareCall()
4570 Builder.CreateZExtOrTrunc(NumThreads, TripCountTy, "num.threads.cast")); in createTargetLoopWorkshareCall()
4571 RealArgs.push_back(ConstantInt::get(TripCountTy, 0)); in createTargetLoopWorkshareCall()
4573 RealArgs.push_back(ConstantInt::get(TripCountTy, 0)); in createTargetLoopWorkshareCall()