Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2053 Type *I32Type = Type::getInt32Ty(M.getContext()); in applyStaticWorkshareLoop() local
2054 Value *PLastIter = Builder.CreateAlloca(I32Type, nullptr, "p.lastiter"); in applyStaticWorkshareLoop()
2074 I32Type, static_cast<int>(OMPScheduleType::UnorderedStatic)); in applyStaticWorkshareLoop()
2129 Type *I32Type = Type::getInt32Ty(M.getContext()); in applyStaticChunkedWorkshareLoop() local
2142 Value *PLastIter = Builder.CreateAlloca(I32Type, nullptr, "p.lastiter"); in applyStaticChunkedWorkshareLoop()
2160 I32Type, static_cast<int>(OMPScheduleType::UnorderedStaticChunked)); in applyStaticChunkedWorkshareLoop()
2383 Type *I32Type = Type::getInt32Ty(M.getContext()); in applyDynamicWorkshareLoop() local
2384 Value *PLastIter = Builder.CreateAlloca(I32Type, nullptr, "p.lastiter"); in applyDynamicWorkshareLoop()
2416 ConstantInt::get(I32Type, static_cast<int>(SchedType)); in applyDynamicWorkshareLoop()
2432 Constant *Zero32 = ConstantInt::get(I32Type, 0); in applyDynamicWorkshareLoop()