Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:pointerType

171                                       cast<llvm::PointerType>(V->getType()));
587 assert((SrcType->isIntegerType() || isa<llvm::PointerType>(Src->getType())) &&
593 assert(isa<llvm::PointerType>(Src->getType()));
786 if (isa<llvm::PointerType>(DstTy)) {
788 if (isa<llvm::PointerType>(SrcTy))
802 if (isa<llvm::PointerType>(SrcTy)) {
1388 if (auto PT = DestTy->getAs<PointerType>())
1453 assert(isa<llvm::PointerType>(V->getType()) && "Expected pointer");
1475 cast<llvm::PointerType>(ConvertType(DestTy)));
1733 } else if (const PointerType *ptr = type->getAs<PointerType>()) {
2453 const PointerType *pointerType
2454 = pointerOperand->getType()->getAs<PointerType>();
2455 if (!pointerType) {
2469 QualType elementType = pointerType->getPointeeType();