Lines Matching defs:ptrTy
189 PointerType *ptrTy{};
229 ptrTy = builder.getPtrTy(0);
238 ArrayRef<Type *>({ptrTy, intPtrTy, intPtrTy, intPtrTy,
240 ptrTy, ptrTy, ptrTy, i64Ty}),
249 ArrayRef<Type *>({ptrTy, intPtrTy, intPtrTy, intPtrTy, intPtrTy,
251 i32Ty, ptrTy, ptrTy, ptrTy}),
258 FunctionType::get(ptrTy, ArrayRef<Type *>({ptrTy, ptrTy}), false));
264 FunctionType::get(ptrTy, ArrayRef<Type *>({ptrTy, i64Ty}), false));
270 FunctionType::get(ptrTy, ArrayRef<Type *>({ptrTy, i32Ty}), false));
276 FunctionType::get(voidTy, ArrayRef<Type *>({ptrTy}), false));
281 FunctionType::get(ptrTy, false));
287 FunctionType::get(voidTy, ArrayRef<Type *>({ptrTy}), false));
293 FunctionType::get(voidTy, ArrayRef<Type *>({ptrTy}), false));
334 ptrTy, ConstantInt::get(intPtrTy, structTypes.size()));
339 Value *arrayMember = builder.CreateConstGEP1_32(ptrTy, argArray, i);
444 Value *nullPtr = ConstantPointerNull::get(ptrTy);