Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:AddrTy

3573     PointerType *AddrTy = dyn_cast<PointerType>(Address->getType());
3574 if (!AddrTy)
3576 Type *AddressAccessTy = AddrTy->getElementType();
3577 unsigned AS = AddrTy->getAddressSpace();