Add a helper for telling whether a type is a pointer or vector of pointer type.
authorDuncan Sands <baldrick@free.fr>
Tue, 30 Oct 2012 13:38:54 +0000 (13:38 +0000)
committerDuncan Sands <baldrick@free.fr>
Tue, 30 Oct 2012 13:38:54 +0000 (13:38 +0000)
commit3ce427c039c72e9ae9506b001090d565063e7ea9
treebec9cb25f08cedbfa0d3f209411c30d4d278c225
parent6a9bb51a8da471e7bd5d6392f0028783017e91a2
Add a helper for telling whether a type is a pointer or vector of pointer type.
Simplify the implementation of the corresponding integer and float functions and
move them inline while there.

llvm-svn: 167014
llvm/include/llvm/Type.h
llvm/lib/VMCore/Type.cpp