Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PTy

1189     llvm::Type *PTy = llvm::Type::getIntNPtrTy(getLLVMContext(), AI.AccessWidth,
1191 Ptr = Builder.CreateBitCast(Ptr, PTy);
1419 llvm::Type *PTy = AccessLTy->getPointerTo(addressSpace);
1420 Ptr = Builder.CreateBitCast(Ptr, PTy);
2605 const PointerType *PTy = BaseExpr->getType()->getAs<PointerType>();
2606 BaseQuals = PTy->getPointeeType().getQualifiers();