Searched defs:isPointerTy (Results 1 – 3 of 3) sorted by relevance
120 inline bool isPointerTy(const Type *T) { in isPointerTy() function
256 bool isPointerTy() const { return getTypeID() == PointerTyID; } isPointerTy() function
887 const bool isPointerTy = DstVS->VecTy->getElementType()->isPointerTy(); in visitBitCastInst() local