Home
last modified time | relevance | path

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

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