Return true if the type is "first class", meaning it is a valid type for a Value.
Synopsis
Declared in <llvm/IR/Type.h>
bool
isFirstClassType() const;
Return Value
true if this is a first‐class type.
Created with MrDocs