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

/external/llvm/include/llvm/IR/
H A DType.h55 VoidTyID = 0, ///< 0: type with no size enumerator in enum:llvm::Type::TypeID
140 bool isVoidTy() const { return getTypeID() == VoidTyID; }
252 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID;
260 return (getTypeID() != VoidTyID && isPrimitiveType()) ||

Completed in 57 milliseconds