Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DType.h211 bool isPointerTy() const { return getTypeID() == PointerTyID; } in isPointerTy() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h213 bool isPointerTy() const { return getTypeID() == PointerTyID; } in isPointerTy() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h224 bool isPointerTy() const { return getTypeID() == PointerTyID; } in isPointerTy() function
/external/llvm-project/llvm/include/llvm/IR/
DType.h225 bool isPointerTy() const { return getTypeID() == PointerTyID; } in isPointerTy() function
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMTypes.cpp147 bool LLVMType::isPointerTy() { return isa<LLVMPointerType>(); } in isPointerTy() function in LLVMType