template<typename T>
llvm::isPodLike struct

isPodLike - This is a type trait that is used to determine whether a given type can be copied around with memcpy instead of running ctors etc.