Home
last modified time | relevance | path

Searched defs:isPointerTy (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h255 bool isPointerTy() const { return getTypeID() == PointerTyID; } in isPointerTy() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp887 const bool isPointerTy = DstVS->VecTy->getElementType()->isPointerTy(); in visitBitCastInst() local