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.cpp4263 Type *TripCountTy = TripCount->getType(); in createTargetLoopWorkshareCall() local
4267 getKmpcForStaticLoopForType(TripCountTy, OMPBuilder, LoopType); in createTargetLoopWorkshareCall()
4274 RealArgs.push_back(ConstantInt::get(TripCountTy, 0)); in createTargetLoopWorkshareCall()
4284 Builder.CreateZExtOrTrunc(NumThreads, TripCountTy, "num.threads.cast")); in createTargetLoopWorkshareCall()
4285 RealArgs.push_back(ConstantInt::get(TripCountTy, 0)); in createTargetLoopWorkshareCall()
4287 RealArgs.push_back(ConstantInt::get(TripCountTy, 0)); in createTargetLoopWorkshareCall()