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