Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h120 inline bool isPointerTy(const Type *T) { in isPointerTy() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h256 bool isPointerTy() const { return getTypeID() == PointerTyID; } isPointerTy() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp887 const bool isPointerTy = DstVS->VecTy->getElementType()->isPointerTy(); in visitBitCastInst() local