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

/external/swiftshader/third_party/LLVM/include/llvm/
H A DType.h49 VoidTyID = 0, ///< 0: type with no size enumerator in enum:llvm::Type::TypeID
122 bool isVoidTy() const { return ID == VoidTyID; }
212 return ID != FunctionTyID && ID != VoidTyID;
220 return (ID != VoidTyID && isPrimitiveType()) ||
/external/llvm/include/llvm/IR/
H A DType.h56 VoidTyID = 0, ///< 0: type with no size enumerator in enum:llvm::Type::TypeID
137 bool isVoidTy() const { return getTypeID() == VoidTyID; }
232 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DType.h56 VoidTyID = 0, ///< 0: type with no size enumerator in enum:llvm::Type::TypeID
139 bool isVoidTy() const { return getTypeID() == VoidTyID; }
234 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID;

Completed in 244 milliseconds