Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:PtrTy

2894         llvm::PointerType *PtrTy = dyn_cast<PointerType>(OpTy);
2895 if (!PtrTy)
2897 OpTy = PtrTy->getElementType();