reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
950 IITDescriptor D = Infos.front(); 951 Infos = Infos.slice(1); 951 Infos = Infos.slice(1); 967 return VectorType::get(DecodeFixedType(Infos, Tys, Context),D.Vector_Width); 969 return PointerType::get(DecodeFixedType(Infos, Tys, Context), 974 Elts.push_back(DecodeFixedType(Infos, Tys, Context)); 1007 Type *EltTy = DecodeFixedType(Infos, Tys, Context); 1041 Type *Ty = DecodeFixedType(Infos, Tys, Context);