Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:PtrTy

2290         llvm::PointerType *PtrTy = dyn_cast<PointerType>(OpTy);
2291 if (!PtrTy)
2293 OpTy = PtrTy->getElementType();