Searched refs:I32Type (Results 1 – 1 of 1) sorted by relevance
1047 Type *I32Type = Type::getInt32Ty(M.getContext()); in createStaticWorkshareLoop() local1048 Value *PLastIter = Builder.CreateAlloca(I32Type, nullptr, "p.lastiter"); in createStaticWorkshareLoop()1073 Constant *SchedulingType = ConstantInt::get(I32Type, StaticSchedType); in createStaticWorkshareLoop()