Searched refs:TripCountTy (Results 1 – 1 of 1) sorted by relevance
4263 Type *TripCountTy = TripCount->getType(); in createTargetLoopWorkshareCall() local4267 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()