Lines Matching refs:getUnqual
46 StructType::create("__tgt_device_image", PointerType::getUnqual(C), in getDeviceImageTy()
47 PointerType::getUnqual(C), PointerType::getUnqual(C), in getDeviceImageTy()
48 PointerType::getUnqual(C)); in getDeviceImageTy()
53 return PointerType::getUnqual(M.getContext()); in getDeviceImagePtrTy()
68 PointerType::getUnqual(C), PointerType::getUnqual(C)); in getBinDescTy()
73 return PointerType::getUnqual(M.getContext()); in getBinDescPtrTy()
227 Type::getInt32Ty(C), PointerType::getUnqual(C), /*isVarArg=*/false); in createRegisterFunction()
260 PointerType::getUnqual(C), PointerType::getUnqual(C)); in getFatbinWrapperTy()
269 llvm::Type *Int8PtrTy = PointerType::getUnqual(C); in createFatbinDesc()
290 ConstantPointerNull::get(PointerType::getUnqual(C))}; in createFatbinDesc()
410 auto *Entry = Builder.CreatePHI(PointerType::getUnqual(C), 2, "entry"); in createRegisterGlobalsFunction()
566 auto *PtrTy = PointerType::getUnqual(C); in createRegisterFatbinFunction()