Searched refs:Int32PtrTy (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
H A D | OffloadWrapper.cpp | 338 PointerType *Int32PtrTy = PointerType::get(C, 0); in createRegisterGlobalsFunction() local 342 Int8PtrTy, Int8PtrTy, Int8PtrTy, Int8PtrTy, Int32PtrTy}, in createRegisterGlobalsFunction() 453 ConstantPointerNull::get(Int32PtrTy)}); in createRegisterGlobalsFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1001 Type *Int32PtrTy = IRB.getPtrTy(); in runOnModule() local 1007 IRB.getVoidTy(), {SetjmpFTy->getParamType(0), Int32Ty, Int32PtrTy}, in runOnModule() 1012 FTy = FunctionType::get(Int32Ty, {Int32PtrTy, Int32PtrTy}, false); in runOnModule()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 425 PointerType *Int32PtrTy = PointerType::getUnqual(M.getContext()); member in __anonc00fd2a30111::LowerTypeTestsModule 1759 lowerTypeTestCalls(TypeIds, ConstantPointerNull::get(Int32PtrTy), in buildBitSetsFromFunctionsWASM()
|