Searched defs:PointerTyID (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
H A DType.h65 PointerTyID, ///< 13: Pointers enumerator in enum:llvm::Type::TypeID
185 bool isPointerTy() const { return ID == PointerTyID; }
221 ID == IntegerTyID || ID == PointerTyID || ID == VectorTyID;
239 if (ID == IntegerTyID || isFloatingPointTy() || ID == PointerTyID ||
363 return Ty.getTypeID() == Type::PointerTyID;
/external/llvm/include/llvm/IR/
H A DType.h74 PointerTyID, ///< 15: Pointers enumerator in enum:llvm::Type::TypeID
111 return TyID == ArrayTyID || TyID == PointerTyID || TyID == VectorTyID;
211 bool isPointerTy() const { return getTypeID() == PointerTyID; }
255 getTypeID() == PointerTyID ||
423 return Ty.getTypeID() == Type::PointerTyID;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DType.h74 PointerTyID, ///< 15: Pointers enumerator in enum:llvm::Type::TypeID
213 bool isPointerTy() const { return getTypeID() == PointerTyID; }
257 getTypeID() == PointerTyID ||
359 assert(getTypeID() == PointerTyID);
434 return Ty.getTypeID() == Type::PointerTyID;

Completed in 149 milliseconds