Home | History | Annotate | Download | only in VMCore

Lines Matching refs:PTy

102   if (PointerType *PTy = dyn_cast<PointerType>(V->getType()))
104 if (PTy->getAddressSpace() == DPTy->getAddressSpace()
110 Type *ElTy = PTy->getElementType();
364 if (PointerType *PTy = dyn_cast<PointerType>(Ty))
365 if (!PTy->getElementType()->isIntegerTy(1))
367 getFoldedSizeOf(PointerType::get(IntegerType::get(PTy->getContext(), 1),
368 PTy->getAddressSpace()),
429 if (PointerType *PTy = dyn_cast<PointerType>(Ty))
430 if (!PTy->getElementType()->isIntegerTy(1))
432 getFoldedAlignOf(PointerType::get(IntegerType::get(PTy->getContext(),
434 PTy->getAddressSpace()),