Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp341 PointerType *Int32PtrTy = PointerType::get(C, 0); in createRegisterGlobalsFunction() local
345 Int8PtrTy, Int8PtrTy, Int8PtrTy, Int8PtrTy, Int32PtrTy}, in createRegisterGlobalsFunction()
485 ConstantPointerNull::get(Int32PtrTy)}); in createRegisterGlobalsFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1006 Type *Int32PtrTy = IRB.getPtrTy(); in runOnModule() local
1012 IRB.getVoidTy(), {SetjmpFTy->getParamType(0), Int32Ty, Int32PtrTy}, in runOnModule()
1017 FTy = FunctionType::get(Int32Ty, {Int32PtrTy, Int32PtrTy}, false); in runOnModule()