Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DType.h185 bool isPointerTy() const { return ID == 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/llvm/include/llvm/IR/
DType.h211 bool isPointerTy() const { return getTypeID() == PointerTyID; } in isPointerTy() function