Home | History | Annotate | Download | only in IR

Lines Matching refs:ConstantInfo

346 template <class ConstantClass> struct ConstantInfo;
347 template <> struct ConstantInfo<ConstantExpr> {
351 template <> struct ConstantInfo<InlineAsm> {
355 template <> struct ConstantInfo<ConstantArray> {
359 template <> struct ConstantInfo<ConstantStruct> {
363 template <> struct ConstantInfo<ConstantVector> {
396 typedef typename ConstantInfo<ConstantClass>::TypeClass TypeClass;
440 typedef ConstantInfo<InlineAsm>::TypeClass TypeClass;
510 typedef ConstantInfo<ConstantExpr>::TypeClass TypeClass;
551 typedef typename ConstantInfo<ConstantClass>::ValType ValType;
552 typedef typename ConstantInfo<ConstantClass>::TypeClass TypeClass;